Skip to content

Commit 83ec404

Browse files
author
Pontus Oldberg
committed
Changed ESP connected RX/TX pins.
1 parent 2ab43f3 commit 83ec404

File tree

1 file changed

+2
-2
lines changed
  • ports/raspberrypi/boards/challenger_rp2350_wifi6_ble5

1 file changed

+2
-2
lines changed

ports/raspberrypi/boards/challenger_rp2350_wifi6_ble5/pins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ STATIC const mp_rom_map_elem_t board_module_globals_table[] = {
1414
{ MP_ROM_QSTR(MP_QSTR_GP2), MP_ROM_PTR(&pin_GPIO2) },
1515
{ MP_ROM_QSTR(MP_QSTR_GP3), MP_ROM_PTR(&pin_GPIO3) },
1616
{ MP_ROM_QSTR(MP_QSTR_GP4), MP_ROM_PTR(&pin_GPIO4) },
17-
{ MP_ROM_QSTR(MP_QSTR_ESP_RXD), MP_ROM_PTR(&pin_GPIO4) },
17+
{ MP_ROM_QSTR(MP_QSTR_ESP_TX), MP_ROM_PTR(&pin_GPIO4) },
1818
{ MP_ROM_QSTR(MP_QSTR_GP5), MP_ROM_PTR(&pin_GPIO5) },
19-
{ MP_ROM_QSTR(MP_QSTR_ESP_TXD), MP_ROM_PTR(&pin_GPIO5) },
19+
{ MP_ROM_QSTR(MP_QSTR_ESP_RX), MP_ROM_PTR(&pin_GPIO5) },
2020
{ MP_ROM_QSTR(MP_QSTR_GP6), MP_ROM_PTR(&pin_GPIO6) },
2121
{ MP_ROM_QSTR(MP_QSTR_GP7), MP_ROM_PTR(&pin_GPIO7) },
2222
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO7) },

0 commit comments

Comments
 (0)