23 Commits

Author SHA1 Message Date
Thomas Farstrike 4d9357cf14 Checkin internal_filesystem/builtin/html/webrepl_inlined_minified.html
It gets generated by it's a small file that doesn't change often
and when users download internal_filesystem/ from git (to run a
statically compiled Linux build, for example) they need this.
2026-03-24 11:14:33 +01:00
Thomas Farstrike b316607892 Fix .gitignore 2026-03-11 16:10:26 +01:00
Thomas Farstrike 0f6ee86d71 Update .gitignore 2026-03-09 12:43:08 +01:00
Thomas Farstrike 519ceaae6f webrepl: support access from LAN, without internet
Host everything on the device itself, rather than redirecting
to https://micropython.org/webrepl/ because that doesn't work when
there is not internet, including when the device is in Access Point
mode.

This was a bit slow, because of the many files and being pretty large,
but the inline_minify_webrepl.py makes this much better and brings it
down to around 1s to load the page, versus 20 seconds.

The minification also reduces the size from around 160KB to 80KB.
2026-03-05 11:17:25 +01:00
Thomas Farstrike f358ed65ae Fix volume setting 2026-02-24 16:47:02 +01:00
JensDiemer 95cb228001 Use a dot-whitelist
I use PyCharm. So there is the .idea directory to exclude. But exclude every variant of these are
boring. So i use this idea: Exclude all dot stuff and include the needed one.
2026-02-12 12:46:12 +01:00
Thomas Farstrike 7fd86daeda Increment version 2026-01-16 17:06:41 +01:00
Thomas Farstrike 5366f37de3 Remove comments 2025-12-08 12:13:39 +01:00
Thomas Farstrike df486a5a5d WifiService: connect to strongest networks first 2025-11-24 08:24:47 +01:00
Thomas Farstrike 10c869a493 Add .gitignore 2025-11-18 15:29:30 +01:00
Thomas Farstrike 6f86f57a70 OSUpdate app: Major rework with improved reliability and user experience 2025-11-15 09:19:19 +01:00
Thomas Farstrike 4625e540bf Ignore private files 2025-11-12 00:32:07 +01:00
Thomas Farstrike 4a22981c9c Add unit tests 2025-11-11 10:51:02 +01:00
Thomas Farstrike 0d2afb6f70 PackageManager: add unit tests 2025-11-02 13:28:29 +01:00
Thomas Farstrike 498eb5b420 Add missing files due to exclude 2025-10-09 19:14:44 +02:00
Thomas Farstrike c2b3490657 Move from ~/sources to ~/projects 2025-06-15 10:25:38 +02:00
Thomas Farstrike 8375824ea8 chasing crash on desktop/unix 2025-05-20 21:29:24 +02:00
Thomas Farstrike fc12d9e35a draw: less verbose 2025-05-12 00:29:21 +02:00
Thomas Farstrike 754054acce Add boot_unix.py 2025-05-10 17:45:52 +02:00
Thomas Farstrike e43407a05f update .gitignore 2025-05-07 10:37:00 +02:00
Thomas Farstrike 29ac3e0eb5 Move to mpk format, add icon for LVGLTest, add more apps to appstore 2025-05-01 23:21:34 +02:00
Thomas Farstrike aeb45af80e Show temperature 2025-04-25 18:52:03 +02:00
Thomas Farstrike 14e402c20c Add .gitignore 2025-04-23 14:37:42 +02:00