File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 289289[submodule "frozen/pew-pewpew-lcd "]
290290 path = frozen/pew-pewpew-lcd
291291 url = https://github.com/pypewpew/pew-pewpew-lcd.git
292- [submodule "ports/espressif/boards/mixgo_ce_udisk/cp_lib "]
293- path = ports/espressif/boards/mixgo_ce_udisk/cp_lib
292+ [submodule "frozen/mixgo_cp_lib "]
293+ path = frozen/mixgo_cp_lib
294294 url = https://github.com/dahanzimin/circuitpython_lib.git
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ CIRCUITPY_MODULE=wroom
2020
2121FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Requests
2222FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
23- FROZEN_MPY_DIRS += boards/mixgo_ce_udisk/cp_lib /mixgoce_lib
23+ FROZEN_MPY_DIRS += $( TOP ) /frozen/mixgo_cp_lib /mixgoce_lib
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ CIRCUITPY_MODULE=wroom
2020
2121FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Requests
2222FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_NeoPixel
23- FROZEN_MPY_DIRS += boards/ $( BOARD ) /cp_lib /mixgoce_lib
23+ FROZEN_MPY_DIRS += $( TOP ) /frozen/mixgo_cp_lib /mixgoce_lib
You can’t perform that action at this time.
0 commit comments