Skip to content

Commit a30edf6

Browse files
committed
fix(ble): correct gpio pin in examples/bluetooth/ble_get_started for ESP32-C5
1 parent 80eee82 commit a30edf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CONFIG_BLINK_GPIO=6
1+
CONFIG_BLINK_GPIO=27
22
CONFIG_BLINK_LED_STRIP=y
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CONFIG_BLINK_GPIO=6
1+
CONFIG_BLINK_GPIO=27
22
CONFIG_BLINK_LED_STRIP=y
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CONFIG_BLINK_GPIO=6
1+
CONFIG_BLINK_GPIO=27
22
CONFIG_BLINK_LED_STRIP=y

0 commit comments

Comments
 (0)