change(blink): default gpio changed for esp32s3 devkitc v1.1

https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-devkitc-1/user_guide.html

Also related to: https://github.com/espressif/esp-idf/issues/8547
This commit is contained in:
morris 2025-02-19 10:23:01 +08:00
parent 8355b832d3
commit 45b1141f8f
2 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1,2 @@
dependencies:
espressif/led_strip: "^2.4.1"
espressif/led_strip: "^3.0.0"

View File

@ -1,2 +1,7 @@
CONFIG_BLINK_LED_STRIP=y
CONFIG_BLINK_GPIO=48
#
# Please Note:
# ESP32-S3-DevKitC v1.1 uses GPIO38 for the on-board LED
# ESP32-S3-DevKitC v1.0 uses GPIO48 for the on-board LED
#
CONFIG_BLINK_GPIO=38