调整
This commit is contained in:
@@ -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 << ",";
|
||||
|
||||
Reference in New Issue
Block a user