mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Merge branch 'refactor/change_blink_gpio_on_esp32s3' into 'master'
change(blink): default gpio changed for esp32s3 devkitc v1.1 See merge request espressif/esp-idf!37080
This commit is contained in:
commit
4e073fe166
@ -1,2 +1,2 @@
|
||||
dependencies:
|
||||
espressif/led_strip: "^2.4.1"
|
||||
espressif/led_strip: "^3.0.0"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user