mirror of https://github.com/arendst/Tasmota.git
Silence UBX at restart
This commit is contained in:
parent
45a0b7cc84
commit
ac21d23efb
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue