wificonf: show more feedback to user

This commit is contained in:
Thomas Farstrike
2025-05-08 13:07:17 +02:00
parent b93731edaa
commit 8a64335a2f
3 changed files with 26 additions and 9 deletions
+13 -1
View File
@@ -89,4 +89,16 @@ If you made a 'devbuild', then you probably want to install all files and apps m
~/sources/PiggyOS/scripts/install.sh
```
Release checklist
=================
- Make sure CURRENT_OS_VERSION in main.py is incremented
- Make sure version numbers of apps that have been changed are incremented
- commit and push all code
- ./scripts/bundle_apps.sh
- ./scripts/freezefs_mount_builtin.sh
- ./scripts/build_lvgl_micropython.sh
- copy_apps_to_server.sh
- copy_build_to_server.sh
- copy ~/sources/lvgl_micropython/build/lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin to webinstaller
- update manifest of webinstaller
- push webinstaller