From ac21d23efbc2b86bb1327a545e895974d2b701a4 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 27 Feb 2022 16:17:43 +0100 Subject: [PATCH] Silence UBX at restart --- tasmota/xsns_60_GPS.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xsns_60_GPS.ino b/tasmota/xsns_60_GPS.ino index bc7154faf..2477fced6 100644 --- a/tasmota/xsns_60_GPS.ino +++ b/tasmota/xsns_60_GPS.ino @@ -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()