You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
519ceaae6f
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.
14 lines
166 B
CSS
14 lines
166 B
CSS
html {
|
|
background: #555;
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom: 20px;
|
|
font: 20px/1.5 sans-serif;
|
|
}
|
|
.file-box {
|
|
margin: 4px;
|
|
padding: 4px;
|
|
background: #888;
|
|
}
|