From e768419130f228f798086f0ad3e2e6d3bc98b480 Mon Sep 17 00:00:00 2001 From: Mitch Bradley Date: Tue, 8 Aug 2023 11:19:43 -1000 Subject: [PATCH] Use newer versions of arduinoWebSockets and WiFi libs with timeout --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index ddd269efe..7787b9cc7 100644 --- a/platformio.ini +++ b/platformio.ini @@ -33,8 +33,8 @@ lib_deps = bt_deps = BluetoothSerial wifi_deps = - arduinoWebSockets=https://github.com/MitchBradley/arduinoWebSockets#canSend - WiFi=https://github.com/MitchBradley/WiFi#52da841 + arduinoWebSockets=https://github.com/MitchBradley/arduinoWebSockets#7793f9e + WiFi=https://github.com/MitchBradley/WiFi#e63583f ; If we include the following explicit dependencies when we get the ; Arduino framework code from github, platformio picks up different ; and incompatible versions of these libraries from who knows where,