Skip to content

Commit 91e7af0

Browse files
committed
fix(repo): update dependent esp-lib-utils version for Arduino
1 parent eb06630 commit 91e7af0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
* feat(board): add support for Waveshare ESP32-S3 Touch LCD 2.8C @martinroger (#226)
88
* feat(docs): document usage of `esp_panel_board_custom_conf.h` with ESP-IDF @martinroger (#226)
99

10+
### Bugfixes:
11+
12+
* fix(repo): update dependent esp-lib-utils version for Arduino
13+
1014
## v1.0.3 - 2025-07-07
1115

1216
### Enhancements:

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ category=Display
88
architectures=esp32
99
url=https://github.com/esp-arduino-libs/ESP32_Display_Panel
1010
includes=esp_display_panel.hpp
11-
depends=ESP32_IO_Expander (>=1.0.0 && <2.0.0), esp-lib-utils (>=0.1.0 && <0.2.0)
11+
depends=ESP32_IO_Expander (>=1.0.0 && <2.0.0), esp-lib-utils (>=0.2.0 && <0.3.0)

0 commit comments

Comments
 (0)