5 Commits

Author SHA1 Message Date
Thomas Farstrike 32d28dae0d WebServer: eliminate thread 2026-03-18 17:01:25 +01:00
Thomas Farstrike 7cfa86bd3f Fix webserver on linux/macOS 2026-03-18 16:52:23 +01:00
Thomas Farstrike 007ee6beaf Move all settings apps to com.micropythonos.settings.* 2026-03-18 12:53:59 +01:00
Thomas Farstrike 8ac4016e33 Add WebServer settings app 2026-03-17 19:30:34 +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