diff --git a/src/ingest.cpp b/src/ingest.cpp index 0e40d72..e83030f 100644 --- a/src/ingest.cpp +++ b/src/ingest.cpp @@ -14,6 +14,8 @@ MQTTClient mqttClient; bool connectWiFi() { + WiFi.persistent(false); + uint16_t retries = 10; while (WiFi.status() != WL_CONNECTED && (retries--) > 0) {