Skip to content

Commit 45b1141

Browse files
committed
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: #8547
1 parent 8355b83 commit 45b1141

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)