Commit Graph

1411 Commits

Author SHA1 Message Date
Thomas Farstrike 09a81c2f72 unittest.sh: make executable 2025-11-24 10:09:52 +01:00
Thomas Farstrike 92da6a5bf5 Add deleted unittest.sh 2025-11-24 10:08:59 +01:00
Thomas Farstrike df486a5a5d WifiService: connect to strongest networks first 2025-11-24 08:24:47 +01:00
Thomas Farstrike 8b5e560384 Increment version 2025-11-23 22:57:49 +01:00
Thomas Farstrike 023a316efb MusicPlayer app: fix end of song when app is closed 2025-11-23 22:56:29 +01:00
Thomas Farstrike a4b56a3bf9 MusicPlayer app: increment version 2025-11-23 22:41:37 +01:00
Thomas Farstrike d1510a26d7 MusicPlayer app: fix crash if song finished while app closed 2025-11-23 22:40:45 +01:00
Thomas Farstrike 230de1215b Update addr2line.sh 2025-11-23 21:43:39 +01:00
Thomas Farstrike 78d285dd79 Update addr2line.sh 2025-11-23 21:18:10 +01:00
Thomas Farstrike 3b3cae244c Add scripts/addr2line.sh example 2025-11-23 21:17:40 +01:00
Thomas Farstrike 70b18d9c31 Update CHANGELOG.md 2025-11-23 21:17:19 +01:00
Thomas Farstrike 2b968b4b92 Settings: mount /builtin after formatting filesystem 2025-11-23 21:14:39 +01:00
Thomas Farstrike 40779ab86a sdcard.py: cleanup 2025-11-23 21:04:32 +01:00
Thomas Farstrike a22a553c7b Update CHANGELOG 2025-11-23 21:03:14 +01:00
Thomas Farstrike dd2371d277 SDCard: add missing import 2025-11-23 20:58:50 +01:00
Thomas Farstrike 9e6f32b427 Update CHANGELOG.md 2025-11-23 19:13:19 +01:00
Thomas Farstrike 0012349a56 Settings app: fix checkbox handling with buttons 2025-11-23 18:58:45 +01:00
Thomas Farstrike 37ab1b9211 Update CHANGELOG 2025-11-23 17:32:56 +01:00
Thomas Farstrike eac3adb6dc Update CHANGELOG 2025-11-23 17:32:38 +01:00
Thomas Farstrike e3e01af575 Remove clean because it causes a build error
No module named 'esp_idf_monitor'

This usually means that "idf.py" was not spawned within an ESP-IDF shell environment or the python virtual environment used by "idf.py" is corrupted.
Please use idf.py only in an ESP-IDF shell environment. If problem persists, please try to install ESP-IDF tools again as described in the Get Started guide.
2025-11-23 15:19:41 +01:00
Thomas Farstrike b543213ada Fix boot.py -> main.py 2025-11-23 15:18:01 +01:00
Thomas Farstrike 715c428141 main.py: clarify output and add to manifest.py 2025-11-23 14:58:16 +01:00
Thomas Farstrike 72352167ed waveshare_esp32_s3_touch_lcd_2.py: remove unused input 2025-11-23 14:57:58 +01:00
Thomas Farstrike f16e04e469 Rename boot.py to main.py
boot.py gets written by MicroPython after formatting the internal
data partition, so it's safer to avoid conflicts.
2025-11-23 14:56:25 +01:00
Thomas Farstrike e77d8ec7da gesture_navigation.py: increase small swipe sensitivity 2025-11-23 14:52:04 +01:00