Skip to content

Commit 5f71d54

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7b47120 + 00565c2 commit 5f71d54

File tree

1 file changed

+3
-0
lines changed
  • ports/espressif/boards/firebeetle2_esp32s3

1 file changed

+3
-0
lines changed

ports/espressif/boards/firebeetle2_esp32s3/pins.c

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
9595
{ MP_ROM_QSTR(MP_QSTR_IO5), MP_ROM_PTR(&pin_GPIO5) },
9696
{ MP_ROM_QSTR(MP_QSTR_A1), MP_ROM_PTR(&pin_GPIO5) },
9797

98+
{ MP_ROM_QSTR(MP_QSTR_IO4), MP_ROM_PTR(&pin_GPIO4) },
99+
{ MP_ROM_QSTR(MP_QSTR_A0), MP_ROM_PTR(&pin_GPIO4) },
100+
98101
{ MP_ROM_QSTR(MP_QSTR_IO21), MP_ROM_PTR(&pin_GPIO21)},
99102
{ MP_ROM_QSTR(MP_QSTR_D13), MP_ROM_PTR(&pin_GPIO21)},
100103
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO21)},

0 commit comments

Comments
 (0)