Files
esp-idf/examples/get-started/blink/sdkconfig.defaults.esp32s31
T
morris 587c1aa169 feat(example): set default GPIO for esp32-s31 blink example
for both Function-Core Board and Korvo Board
2026-05-29 16:11:04 +08:00

8 lines
187 B
Plaintext

CONFIG_BLINK_LED_STRIP=y
#
# Please Note:
# ESP32-S31 function core board uses GPIO60 for the on-board LED
# ESP32-S31 Korvo board uses GPIO37 for the on-board LED
#
CONFIG_BLINK_GPIO=37