Files
esp-idf/examples/get-started/blink/sdkconfig.defaults.esp32s31
morris 5a1e63f071 feat(example): set default GPIO for esp32-s31 blink example
for both Function-Core Board and Korvo Board
2026-05-29 10:53:17 +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