Skip to content

Commit 4e073fe

Browse files
committed
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
2 parents 8355b83 + 45b1141 commit 4e073fe

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dependencies:
2-
espressif/led_strip: "^2.4.1"
2+
espressif/led_strip: "^3.0.0"
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
CONFIG_BLINK_LED_STRIP=y
2-
CONFIG_BLINK_GPIO=48
2+
#
3+
# Please Note:
4+
# ESP32-S3-DevKitC v1.1 uses GPIO38 for the on-board LED
5+
# ESP32-S3-DevKitC v1.0 uses GPIO48 for the on-board LED
6+
#
7+
CONFIG_BLINK_GPIO=38

0 commit comments

Comments
 (0)