From f55aa89b3e3e74959e7d1cd2587e6192e6ef99e3 Mon Sep 17 00:00:00 2001 From: DTTerastar Date: Tue, 6 Sep 2022 13:01:38 -0400 Subject: [PATCH] Bump AsyncWiFiSettings dep --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index de875a5..88b847f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -37,7 +37,7 @@ framework = arduino lib_deps = AsyncTCP = https://github.com/pbolduc/AsyncTCP.git@^1.2.0 https://github.com/ESPresense/ESPAsyncWebServer.git - https://github.com/ESPresense/AsyncWiFiSettings.git#1.0.3 + https://github.com/ESPresense/AsyncWiFiSettings.git#1.0.5 https://github.com/ESPresense/SoftFilters.git https://github.com/ESPresense/NimBLE-Arduino.git marvinroger/AsyncMqttClient@^0.9.0