File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 4242 echo " No need to add esp32-camera to $idfile "
4343fi
4444
45+ echo " Check need to add lvgl_micropython manifest to micropython-camera-API's manifest..."
46+ camani=" $codebasedir " /micropython-camera-API/src/manifest.py
47+ lvglmani=" $codebasedir " /lvgl_micropython/build/manifest.py
48+ if ! grep " lvgl_micropython/build/manifest.py" " $idfile " ; then
49+ echo " Adding include(\" $lvglmani \" ) to $camani "
50+ echo " include(\" $lvglmani \" ) # workaround to prevent micropython-camera-API from overriding the lvgl_micropython manifest..." >> " $camani "
51+ else
52+ echo " No need to add include(\" $lvglmani \" ) to $camani "
53+ fi
54+
4555echo " Check need to add asyncio..."
4656manifile=" $codebasedir " /lvgl_micropython/lib/micropython/ports/unix/variants/manifest.py
4757if ! grep asyncio " $manifile " ; then
You can’t perform that action at this time.
0 commit comments