Silence UBX at restart

This commit is contained in:
Theo Arends 2022-02-27 16:17:43 +01:00
parent 45a0b7cc84
commit ac21d23efb
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ void UBXDetect(void)
UBX.state.log_interval = 10; // 1 second
UBX.mode.send_UI_only = true; // send UI data ...
MqttPublishTeleperiodSensor(); // ... once at after start
// MqttPublishTeleperiodSensor(); // ... once at after start (No MQTT ready yet so do NOT try to send)
}
uint32_t UBXprocessGPS()