mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
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:
parent
8355b832d3
commit
45b1141f8f
@ -1,2 +1,2 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
espressif/led_strip: "^2.4.1"
|
espressif/led_strip: "^3.0.0"
|
||||||
|
@ -1,2 +1,7 @@
|
|||||||
CONFIG_BLINK_LED_STRIP=y
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user