diff --git a/tools/esp8266/README.md b/tools/esp8266/README.md index 23e63832..b6b300e6 100644 --- a/tools/esp8266/README.md +++ b/tools/esp8266/README.md @@ -74,6 +74,7 @@ For now the following inverters should work out of the box: (*) EEPROM changes require settings to be changed, your settings will be overwritten and need to be set again! +- v0.4.25 added default SERIAL/MQTT/SEND_INTERVAL #100, fixed env:node_mcu_v2 build #101 - v0.4.24 added fixes for #63, #88, #93. revert #36 (*) EEPROM changes - v0.4.23 added workflow, fix index.html to load inverter info immediately, changed timestamp to 1 for stand alone ESP #90, Implement MQTT discovery for Home Assistant - v0.4.22 compiles with PlatformIO diff --git a/tools/esp8266/defines.h b/tools/esp8266/defines.h index be9410c8..c746930c 100644 --- a/tools/esp8266/defines.h +++ b/tools/esp8266/defines.h @@ -21,7 +21,7 @@ //------------------------------------- #define VERSION_MAJOR 0 #define VERSION_MINOR 4 -#define VERSION_PATCH 24 +#define VERSION_PATCH 25 //-------------------------------------