mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00
fix portduino - again
This commit is contained in:
parent
144afee29e
commit
990c0119a7
@ -165,7 +165,7 @@ void MQTT::reconnect()
|
|||||||
sendSubscriptions();
|
sendSubscriptions();
|
||||||
} else
|
} else
|
||||||
DEBUG_MSG("Failed to contact MQTT server...\n");
|
DEBUG_MSG("Failed to contact MQTT server...\n");
|
||||||
#if HAS_WIFI
|
#if HAS_WIFI && !defined(ARCH_PORTDUINO)
|
||||||
WiFi.disconnect(false, true);
|
WiFi.disconnect(false, true);
|
||||||
triggerReconnect();
|
triggerReconnect();
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user