| | |
| | | sendMapInfo(); |
| | | sendVechileInfo(); |
| | | sendRouteExam(); |
| | | DataInitKt.MCUUpgrade(getApplicationContext()); |
| | | // DataInitKt.MCUUpgrade(getApplicationContext()); |
| | | DataInitKt.sendExamLights(getApplicationContext()); |
| | | DataInitKt.sendRtkConfig(getApplicationContext()); |
| | | // DataInitKt.sendSignalConfigToRemote(getApplicationContext()); |
| | |
| | | } |
| | | |
| | | private String last0206Str=""; |
| | | private int lastSatNum= 0; |
| | | private int lastQf = 0; |
| | | private int lastSatNum= -1; |
| | | private int lastQf = -1; |
| | | |
| | | private boolean lastSatEqualNow(int satNum) { |
| | | if (lastSatNum == satNum){ |