diff --git a/docs/flasher/index.html b/docs/flasher/index.html index 40d429b5..cfcb8215 100644 --- a/docs/flasher/index.html +++ b/docs/flasher/index.html @@ -235,6 +235,19 @@ .custom-firmware-status.success { color: var(--success); } .custom-firmware-status.error { color: var(--error); } + .map-installer-grid { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); + gap: 1rem; + margin: 1rem 0; + } + .map-field label { display: block; color: var(--muted); font-size: 0.875rem; margin-bottom: 0.4rem; } + .map-field input { width: 100%; box-sizing: border-box; color: var(--text); background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: 0.65rem; } + .map-status { margin: 0.8rem 0; color: var(--muted); overflow-wrap: anywhere; } + .map-status.success { color: var(--success); } + .map-status.error { color: var(--error); } + .map-note { color: var(--muted); font-size: 0.875rem; line-height: 1.5; } + footer { text-align: center; margin-top: 2rem; @@ -297,6 +310,37 @@
Firmware version: loading...
++ Select a Coalition/MUI XYZ ZIP already downloaded to this computer, then choose the mounted SD-card root. + Turn the T-Deck off and remove its SD card before installation. Existing unrelated SD-card files are preserved. +
+
+ Source profile: Coalition MUI OSM Bright user download.
+ Attribution: Map data (c) OpenStreetMap contributors — ODbL-1.0.
+ Compatible OSM Bright packs are enabled together. The newest pack takes priority where coverage overlaps.
+