You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /components/submodule-name (e.g. tflite-micro-example)
14
14
git checkout VERSION (e.g. HASH of latest tflite-micro-example build)
15
-
cd ../../ (auf Ebene von code)
15
+
cd ../../ (at the code level)
16
16
git submodule update --init
17
17
```
18
-
Evt. muss man vorher noch einige Verzeichnisse in compenents von Hand löschen, da sie beim checkout nicht gelöscht wurden (vor update -- init)
18
+
You may need to manually delete some directories in the 'components' folder beforehand, as they were not deleted during checkout (before update -- init)
0 commit comments