Skip to content

Commit b074f8a

Browse files
committed
update for build test
1 parent fea1cad commit b074f8a

File tree

2 files changed

+1
-4
lines changed
  • .github/workflows
  • ports/esp32s2/boards/electroniccats_bastwifi

2 files changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,10 @@ jobs:
381381
fail-fast: false
382382
matrix:
383383
board:
384+
- "electroniccats_bastwifi"
384385
- "espressif_saola_1_wroom"
385386
- "espressif_saola_1_wrover"
386387
- "unexpectedmaker_feathers2"
387-
- "electroniccats_bastwifi"
388388

389389
steps:
390390
- name: Set up Python 3.8

ports/esp32s2/boards/electroniccats_bastwifi/pins.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,11 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4040
{ MP_ROM_QSTR(MP_QSTR_IO35), MP_ROM_PTR(&pin_GPIO35) },
4141
{ MP_ROM_QSTR(MP_QSTR_IO36), MP_ROM_PTR(&pin_GPIO36) },
4242
{ MP_ROM_QSTR(MP_QSTR_IO37), MP_ROM_PTR(&pin_GPIO37) },
43-
4443
{ MP_ROM_QSTR(MP_QSTR_MOSI), MP_ROM_PTR(&pin_GPIO37) },
4544
{ MP_ROM_QSTR(MP_QSTR_SCK), MP_ROM_PTR(&pin_GPIO36) },
4645
{ MP_ROM_QSTR(MP_QSTR_MISO), MP_ROM_PTR(&pin_GPIO35) },
4746
{ MP_ROM_QSTR(MP_QSTR_CS), MP_ROM_PTR(&pin_GPIO11) },
48-
4947
{ MP_ROM_QSTR(MP_QSTR_LED), MP_ROM_PTR(&pin_GPIO14) },
50-
5148
{ MP_ROM_QSTR(MP_QSTR_IO38), MP_ROM_PTR(&pin_GPIO38) },
5249
{ MP_ROM_QSTR(MP_QSTR_IO39), MP_ROM_PTR(&pin_GPIO39) },
5350
{ MP_ROM_QSTR(MP_QSTR_IO40), MP_ROM_PTR(&pin_GPIO40) },

0 commit comments

Comments
 (0)