You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix typos
This commit is contained in:
@@ -66,6 +66,7 @@ else
|
||||
sed -i '' -e 's/"auto_start_app": ".*"/"auto_start_app": "'$script'"/' "$CONFIG_FILE"
|
||||
else
|
||||
# If config.json doesn't exist, create it with auto_start_app
|
||||
mkdir -p data/com.micropythonos.settings
|
||||
echo '{"auto_start_app": "'$script'"}' > "$CONFIG_FILE"
|
||||
fi
|
||||
"$binary" -X heapsize=$HEAPSIZE -v -i -c "$(cat main.py)"
|
||||
|
||||
Reference in New Issue
Block a user