We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8355b83 + 45b1141 commit 4e073feCopy full SHA for 4e073fe
examples/get-started/blink/main/idf_component.yml
@@ -1,2 +1,2 @@
1
dependencies:
2
- espressif/led_strip: "^2.4.1"
+ espressif/led_strip: "^3.0.0"
examples/get-started/blink/sdkconfig.defaults.esp32s3
@@ -1,2 +1,7 @@
CONFIG_BLINK_LED_STRIP=y
-CONFIG_BLINK_GPIO=48
+#
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