Skip to content

Commit e99d41e

Browse files
author
Thomas Raffler
committed
add missing pin for ESP32-S3-DevKitM-1
1 parent e0f745c commit e99d41e

File tree

1 file changed

+1
-0
lines changed
  • ports/espressif/boards/espressif_esp32s3_devkitm_1_n8

1 file changed

+1
-0
lines changed

ports/espressif/boards/espressif_esp32s3_devkitm_1_n8/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
3131
{ MP_ROM_QSTR(MP_QSTR_IO19), MP_ROM_PTR(&pin_GPIO19) },
3232
{ MP_ROM_QSTR(MP_QSTR_IO20), MP_ROM_PTR(&pin_GPIO20) },
3333
{ MP_ROM_QSTR(MP_QSTR_IO21), MP_ROM_PTR(&pin_GPIO21) },
34+
{ MP_ROM_QSTR(MP_QSTR_IO34), MP_ROM_PTR(&pin_GPIO34) },
3435
{ MP_ROM_QSTR(MP_QSTR_IO35), MP_ROM_PTR(&pin_GPIO35) },
3536
{ MP_ROM_QSTR(MP_QSTR_IO36), MP_ROM_PTR(&pin_GPIO36) },
3637
{ MP_ROM_QSTR(MP_QSTR_IO37), MP_ROM_PTR(&pin_GPIO37) },

0 commit comments

Comments
 (0)