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:
516516 - " gravitech_cucumber_rs"
517517 - " lilygo_ttgo_t8_s2_st7789"
518518 - " microdev_micro_s2"
519+ - " morpheans_morphesp-240"
519520 - " muselab_nanoesp32_s2_wroom"
520521 - " muselab_nanoesp32_s2_wrover"
521522 - " 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[] = {
3434 { MP_ROM_QSTR (MP_QSTR_TX ), MP_ROM_PTR (& pin_GPIO17 ) },
3535 { MP_ROM_QSTR (MP_QSTR_RX ), MP_ROM_PTR (& pin_GPIO18 ) },
3636
37- // I2C on breakout board.
37+ // I2C on breakout board.
3838 { MP_ROM_QSTR (MP_QSTR_SDA ), MP_ROM_PTR (& pin_GPIO6 ) },
3939 { MP_ROM_QSTR (MP_QSTR_SCL ), MP_ROM_PTR (& pin_GPIO7 ) },
4040
You can’t perform that action at this time.
0 commit comments