Restore 22 pages + 23 images deleted by mistake in 3b9277a (2026-07-30) Commit 3b9277a ("Binary ops: one format, no version framing") was pushed from an incomplete working copy of the wiki: alongside its intended 11-line edit to Canvas-Ops-Reference.md it recorded deletions of every page not in that copy -- 22 pages (Home, Quick-Start, Provisioning, Calibration, FAQ, Hardware, ...) and 23 screenshots. _Sidebar.md still linked all of them, so 22 of 28 nav links 404'd. Restored verbatim from 3b9277a's parent. Additions only; the 8 pages that evolved since 2026-07-30 are left at their current content.
Binary ops: one format, no version framing
mDNS names carry the board id: splitflap-gw-xxxxxx.local Firmware 3.11 gives the SplitFlap Gateway the suffixed hostname the Matrix Gateway always had (plain splitflap-gw collides the moment a second gateway joins the LAN). Every page that named the old address now shows the suffixed form and says where to find yours: the boot log and the router's device list.
Two gateways, two names — plus Provisioning and Calibration get their own pages SplitFlap Gateway drives real modules; Matrix Gateway draws a simulated wall on an LED matrix. The Gateway and Matrix-Portal-Gateway pages are renamed (redirect stubs left at the old names), 21 pages re-worded, and both diagrams regenerated with the new labels — the configurations diagram also aligns all seven Modules boxes on one row. New: Module provisioning (the full process — the SplitFlap Gateway's Provision tab and bare-metal provision.py in detail, splitflap-os's built-in equivalent acknowledged without detail) and Module calibration (the CALIBRATION_GUIDE ported: the three quantities, the golden order, nudge vs exact offset, per-flap tuning, the wizard and whole-board pass, the control reference). Linked from the sidebar's Build-it section, Home, Module-Firmware and the SplitFlap Gateway tab tour.
Wiki: five reference pages close the repo-doc gaps; provisioning is in splitflap-os now A census of all four repos found documentation living only in repo READMEs; the wiki now carries it: - Bus Protocol — the RS-485 wire reference: frames, addressing, every module command with reply grammars and result codes, EEPROM layout, boot sequence. - Gateway API — REST + MQTT for both gateways, /api/capabilities set arithmetic, the companion registration + settings-blob contract. - Companion without Home Assistant — Docker, the install script, the full COMPANION_* configuration reference, settings storage & disaster recovery. - Languages & Localization — every language surface and how to contribute one. - Serial Bridge — splitflap-os over the gateway's MQTT via a virtual PTY, including Mosquitto setup. Corrections: splitflap-os now provisions from its own UI (provision.py is optional, three pages updated); Multiple Displays documents the network scan; Gateway links its API reference; Home lists all 22 pages + release-notes links; sidebar gains Reference entries; Built-in Apps adds the Binary Clock and the Matrix-Portal-only seconds options. Every GitHub link curl-verified.