We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb06630 commit 91e7af0Copy full SHA for 91e7af0
CHANGELOG.md
@@ -7,6 +7,10 @@
7
* feat(board): add support for Waveshare ESP32-S3 Touch LCD 2.8C @martinroger (#226)
8
* feat(docs): document usage of `esp_panel_board_custom_conf.h` with ESP-IDF @martinroger (#226)
9
10
+### Bugfixes:
11
+
12
+* fix(repo): update dependent esp-lib-utils version for Arduino
13
14
## v1.0.3 - 2025-07-07
15
16
### Enhancements:
library.properties
@@ -8,4 +8,4 @@ category=Display
architectures=esp32
url=https://github.com/esp-arduino-libs/ESP32_Display_Panel
includes=esp_display_panel.hpp
-depends=ESP32_IO_Expander (>=1.0.0 && <2.0.0), esp-lib-utils (>=0.1.0 && <0.2.0)
+depends=ESP32_IO_Expander (>=1.0.0 && <2.0.0), esp-lib-utils (>=0.2.0 && <0.3.0)
0 commit comments