Skip to content

Commit 8320e42

Browse files
committed
Merge branch 'bugfix/fixed_ble_get_started_issue_for_esp32c5' into 'master'
fix(ble): correct gpio pin in examples/bluetooth/ble_get_started for ESP32-C5 See merge request espressif/esp-idf!33654
2 parents db8ffca + a30edf6 commit 8320e42

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)