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