Skip to content

Commit 593d6e4

Browse files
authored
Update pins.c for BOOT button on Waveshare S3 Zero
Currently the boot button is not defined. Adding BUTTON and D) aliases.
1 parent 00cec1c commit 593d6e4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

ports/espressif/boards/waveshare_esp32_s3_zero/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static const mp_rom_map_elem_t board_module_globals_table[] = {
1212
// BOOT button labeled simply as "B" om silkscreen
1313
{ MP_ROM_QSTR(MP_QSTR_BUTTON), MP_ROM_PTR(&pin_GPIO0) },
1414
{ MP_ROM_QSTR(MP_QSTR_D0), MP_ROM_PTR(&pin_GPIO0) },
15-
15+
1616
// Top side of the board - left column
1717
// (top to bottom, preceded by 5V, GND & 3.3V)
1818
{ MP_ROM_QSTR(MP_QSTR_IO1), MP_ROM_PTR(&pin_GPIO1) },

0 commit comments

Comments
 (0)