Skip to content

Commit ead0d51

Browse files
committed
Commenting out Neopixel in pins.c
1 parent cd93534 commit ead0d51

File tree

1 file changed

+1
-1
lines changed
  • ports/esp32s2/boards/targett_module_clip_wrover

1 file changed

+1
-1
lines changed

ports/esp32s2/boards/targett_module_clip_wrover/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ STATIC const mp_rom_map_elem_t board_global_dict_table[] = {
4343
{ MP_ROM_QSTR(MP_QSTR_IO45), MP_ROM_PTR(&pin_GPIO45) },
4444
{ MP_ROM_QSTR(MP_QSTR_IO46), MP_ROM_PTR(&pin_GPIO46) },
4545

46-
{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO18) },
46+
//{ MP_ROM_QSTR(MP_QSTR_NEOPIXEL), MP_ROM_PTR(&pin_GPIO18) },
4747
};
4848
MP_DEFINE_CONST_DICT(board_module_globals, board_global_dict_table);

0 commit comments

Comments
 (0)