Skip to content

Commit 9fe82fe

Browse files
authored
Update pins.c
1 parent 2340317 commit 9fe82fe

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

ports/espressif/boards/waveshare_esp32_s3_zero/pins.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
1111

1212
// BOOT button labeled simply as "B" on silkscreen
1313
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO0) },
14+
{ MP_ROM_QSTR(MP_QSTR_IO0), MP_ROM_PTR(&pin_GPIO0) },
1415
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO0) },
1516

1617
// Top side of the board - left column

0 commit comments

Comments
 (0)