File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 289
289
[submodule "frozen/pew-pewpew-lcd "]
290
290
path = frozen/pew-pewpew-lcd
291
291
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
294
294
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
20
20
21
21
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Requests
22
22
FROZEN_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
20
20
21
21
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_Requests
22
22
FROZEN_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