We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b924b1 commit ba23fc0Copy full SHA for ba23fc0
.gitmodules
@@ -6,12 +6,11 @@
6
path = third_party/micropython-ulab
7
url = https://github.com/v923z/micropython-ulab.git
8
branch = master
9
-[submodule "third_party/micropython"]
10
- path = third_party/micropython
11
- url = https://github.com/micropython/micropython.git
12
- branch = v1.24-release
13
[submodule "third_party/esp-tflite-micro"]
14
path = third_party/esp-tflite-micro
15
url = https://github.com/espressif/esp-tflite-micro.git
16
17
-
+[submodule "third_party/micropython"]
+ path = third_party/micropython
+ url = https://github.com/micropython/micropython.git
+ branch = v1.24-release
0 commit comments