Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lib_deps =
adafruit/Adafruit BusIO@^1.17.4
bblanchon/ArduinoJson@7.4.3
esphome/ESPAsyncWebServer-esphome@^3.4.0
vitaly.ruhl/ESP32 Configuration Manager@^4.2.0
vitaly.ruhl/ESP32 Configuration Manager@^4.2.2
;symlink://C:/Daten/_Codding/ESP32/ConfigurationsManager
test_ignore = src/main.cpp
extra_scripts =
Expand Down Expand Up @@ -65,7 +65,7 @@ lib_deps =
adafruit/Adafruit BusIO@^1.17.4
bblanchon/ArduinoJson@7.4.3
esphome/ESPAsyncWebServer-esphome@^3.4.0
vitaly.ruhl/ESP32 Configuration Manager@^4.2.0
vitaly.ruhl/ESP32 Configuration Manager@^4.2.2
;symlink://C:/Daten/_Codding/ESP32/ConfigurationsManager
test_ignore = src/main.cpp
extra_scripts =
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This project is an ESP32-based solar inverter limiter that can be used to limit

## ConfigManager v4 note

- This project is aligned to `ESP32 Configuration Manager` `v4.x` (currently `^4.0.0` in `platformio.ini`).
- This project is aligned to `ESP32 Configuration Manager` `v4.x` (currently `^4.2.2` in `platformio.ini`).
- The pre-build step uses `tools/precompile_wrapper.py`.
- The wrapper delegates to the library script inside `.pio/libdeps/<env>/ESP32 Configuration Manager/tools/preCompile_script.py`.
- This keeps WebUI/header generation in sync with the installed ConfigManager library version.
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
#endif

#ifndef VERSION
#define VERSION "4.3.0"
#define VERSION "4.3.1"
#endif

enum class NegativePriceSettingPreference : uint8_t
Expand Down