Update settings icon

This commit is contained in:
Thomas Farstrike
2025-06-17 18:00:18 +02:00
parent f5c5b1d208
commit 1fb5cf6970
2 changed files with 2 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

+2
View File
@@ -24,6 +24,8 @@ manifest=""
if [ "$target" == "esp32" ]; then
if [ "$buildtype" == "prod" ]; then
manifest="FROZEN_MANIFEST=/home/user/projects/MicroPythonOS/MicroPythonOS/manifest.py"
else
echo "Note that you can also prevent the builtin filesystem from being mounted by umounting it and creating a builtin/ folder."
fi
# Build for https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2.
# See https://github.com/lvgl-micropython/lvgl_micropython