Fix Sh1106 Compile Error Bug. IDF 5.3.2 Not supporting sh1106-esp-idf. (#424)

This commit is contained in:
ooxxU
2025-03-29 12:01:09 +08:00
committed by GitHub
parent 8a0bb68c33
commit 2e9ce37321

View File

@@ -20,7 +20,10 @@ dependencies:
lvgl/lvgl: "~9.2.2" lvgl/lvgl: "~9.2.2"
esp_lvgl_port: "~2.4.4" esp_lvgl_port: "~2.4.4"
espressif/esp_io_expander_tca95xx_16bit: "^2.0.0" espressif/esp_io_expander_tca95xx_16bit: "^2.0.0"
tny-robotics/sh1106-esp-idf: ^1.0.0 tny-robotics/sh1106-esp-idf:
version: "^1.0.0"
rules:
- if: 'idf_version >= "5.4.0"'
## Required IDF version ## Required IDF version
idf: idf:
version: ">=5.3" version: ">=5.3"