mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02: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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user