Skip to content

Commit 64df933

Browse files
authored
Merge pull request #6422 from dahanzimin/main
Repair mixgo_ce frozen lib to frozen/
2 parents 0f1973b + 6454c58 commit 64df933

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,6 @@
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

ports/espressif/boards/mixgo_ce_serial/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ CIRCUITPY_MODULE=wroom
2020

2121
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
2222
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

ports/espressif/boards/mixgo_ce_udisk/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ CIRCUITPY_MODULE=wroom
2020

2121
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_Requests
2222
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

0 commit comments

Comments
 (0)