From 03758ad35ae7e395d2aed88abb1ed52654ab8e19 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 15 Feb 2024 20:58:53 +0100 Subject: [PATCH] Upgrade espMqttClient from 1.5.0 to 1.6.0 and ESPAsyncWebServer to a more maintained version --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 6c70de7..befd27d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -36,9 +36,9 @@ build_unflags = -std=gnu++11 lib_deps = - https://github.com/yubox-node-org/ESPAsyncWebServer + mathieucarbou/ESP Async WebServer @ 2.7.0 bblanchon/ArduinoJson @ ^6.21.5 - https://github.com/bertmelis/espMqttClient.git#v1.5.0 + https://github.com/bertmelis/espMqttClient.git#v1.6.0 nrf24/RF24 @ ^1.4.8 olikraus/U8g2 @ ^2.35.9 buelowp/sunset @ ^1.1.7