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()