File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
ports/esp32s2/boards/morpheans_morphesp-240 Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -516,6 +516,7 @@ jobs:
516
516
- " gravitech_cucumber_rs"
517
517
- " lilygo_ttgo_t8_s2_st7789"
518
518
- " microdev_micro_s2"
519
+ - " morpheans_morphesp-240"
519
520
- " muselab_nanoesp32_s2_wroom"
520
521
- " muselab_nanoesp32_s2_wrover"
521
522
- " targett_module_clip_wroom"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
34
34
{ MP_ROM_QSTR (MP_QSTR_TX ), MP_ROM_PTR (& pin_GPIO17 ) },
35
35
{ MP_ROM_QSTR (MP_QSTR_RX ), MP_ROM_PTR (& pin_GPIO18 ) },
36
36
37
- // I2C on breakout board.
37
+ // I2C on breakout board.
38
38
{ MP_ROM_QSTR (MP_QSTR_SDA ), MP_ROM_PTR (& pin_GPIO6 ) },
39
39
{ MP_ROM_QSTR (MP_QSTR_SCL ), MP_ROM_PTR (& pin_GPIO7 ) },
40
40
You can’t perform that action at this time.
0 commit comments