From b5433d64262e5af108505dc5213a98d6195bbb5a Mon Sep 17 00:00:00 2001 From: Patrick Amrhein Date: Wed, 29 May 2024 23:50:52 +0200 Subject: [PATCH] 0.8.1030018 --- src/defines.h | 2 +- src/platformio.ini | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/defines.h b/src/defines.h index d76e68f6..ffdbadf2 100644 --- a/src/defines.h +++ b/src/defines.h @@ -13,7 +13,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 8 -#define VERSION_PATCH 1030017 +#define VERSION_PATCH 1030018 //------------------------------------- typedef struct { uint8_t ch; diff --git a/src/platformio.ini b/src/platformio.ini index 2c6ab3df..4b124944 100644 --- a/src/platformio.ini +++ b/src/platformio.ini @@ -28,11 +28,7 @@ lib_deps = https://github.com/esphome/ESPAsyncWebServer @ ^3.2.0 https://github.com/nRF24/RF24.git#v1.4.8 paulstoffregen/Time @ ^1.6.1 - ;https://github.com/bertmelis/espMqttClient#v1.6.0 - - ;TODO: tmp. bug fix, please change it to original later - https://github.com/bertmelis/espMqttClient.git#cb0c386 - + https://github.com/bertmelis/espMqttClient#v1.7.0 bblanchon/ArduinoJson @ ^6.21.3 https://github.com/JChristensen/Timezone @ ^1.2.4 olikraus/U8g2 @ ^2.35.9