This commit is contained in:
2022-10-17 11:35:20 +08:00
parent 53518f7871
commit 1b78932c13
+2 -2
View File
@@ -2222,7 +2222,7 @@ void Parse::saveEcuDataToFile(const _ecu &ecu)
stream << ecu.rpm << ",";
stream << ecu.rpm_t << ",";
stream << ecu.t1 << ",";
steram << ecu.t5 << ",";
stream << ecu.t5 << ",";
stream << ecu.p2 << ",";
stream << ecu.servo_current << ",";
stream << ecu.oil_low << ",";
@@ -2361,7 +2361,7 @@ void Parse::savePosDataToFile(const _pos &pos)
stream << pos.status.gps_l2_used << ",";
stream << pos.status.gps_l5_used << ",";
stream << pos.status.glo_l1_used << ",";
straem << pos.status.glo_l2_used << ",";
stream << pos.status.glo_l2_used << ",";
stream << pos.status.glo_l2_used << ",";
stream << pos.status.glo_l3_used << ",";
stream << pos.status.gal_e1_used << ",";