File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
ports/atmel-samd/boards/neopixel_trinkey_m0 Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ jobs:
261
261
- " monster_m4sk"
262
262
- " ndgarage_ndbit6"
263
263
- " ndgarage_ndbit6_v2"
264
+ - " neopixel_trinkey_m0"
264
265
- " nfc_copy_cat"
265
266
- " nice_nano"
266
267
- " nucleo_f746zg"
Original file line number Diff line number Diff line change @@ -3397,6 +3397,8 @@ msgstr ""
3397
3397
msgid "pow() with 3 arguments requires integers"
3398
3398
msgstr ""
3399
3399
3400
+ #: ports/esp32s2/boards/adafruit_feather_esp32s2_nopsram/mpconfigboard.h
3401
+ #: ports/esp32s2/boards/adafruit_feather_esp32s2_tftback_nopsram/mpconfigboard.h
3400
3402
#: ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h
3401
3403
#: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h
3402
3404
#: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h
Original file line number Diff line number Diff line change 41
41
42
42
# Include these Python libraries in firmware.
43
43
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
44
- FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_HID
44
+ FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_HID
You can’t perform that action at this time.
0 commit comments