mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 02:36:35 +00:00
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.state.log_interval = 10; // 1 second
|
||||||
UBX.mode.send_UI_only = true; // send UI data ...
|
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()
|
uint32_t UBXprocessGPS()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user