mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-18 06:04:28 +05:00
fix heap monitoring on esp32
This commit is contained in:
@@ -269,7 +269,7 @@ protected:
|
||||
Log.sinfoln(FPSTR(S_WIFI), F("Connected. IP: %s, RSSI: %hhd"), WiFi.localIP().toString().c_str(), WiFi.RSSI());
|
||||
}
|
||||
|
||||
#if defined(ESP8266)
|
||||
#if defined(ARDUINO_ARCH_ESP8266)
|
||||
if (connected && millis() - lastArpGratuitous > 60000) {
|
||||
arpGratuitous();
|
||||
lastArpGratuitous = millis();
|
||||
|
||||
Reference in New Issue
Block a user