From ea726f928d4706e0e401d1dd102fd110e84da3e5 Mon Sep 17 00:00:00 2001 From: Florian Gareis Date: Thu, 21 Nov 2019 14:00:45 +0100 Subject: [PATCH] Pin ESPAsyncUDP version to avoid unexpected behavior --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index cb5f4a84d..7151ef8cf 100644 --- a/platformio.ini +++ b/platformio.ini @@ -31,7 +31,7 @@ lib_deps_external = FastLED@3.3.2 NeoPixelBus@2.5.1 ESPAsyncTCP@1.2.0 - ESPAsyncUDP + ESPAsyncUDP@697c75a025 AsyncTCP@1.0.3 Esp Async WebServer@1.2.0 #ArduinoJson@5.13.5