Skip to content

Commit f35afa8

Browse files
committed
Formatting and build.yml
1 parent 4be64cd commit f35afa8

File tree

2 files changed

+2
-1
lines changed
  • .github/workflows
  • ports/esp32s2/boards/morpheans_morphesp-240

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

ports/esp32s2/boards/morpheans_morphesp-240/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)