From 7161fe955c60aa5cd7fe3e3c95c8a31f422b25e1 Mon Sep 17 00:00:00 2001 From: agessaman Date: Sun, 19 Jul 2026 21:36:49 -0700 Subject: [PATCH] docs: follow the flex -> observer-firmware branch rename firmware-notes.html's setup-guide link feeds config.json's notes on the next production build, so the fix propagates with the webconfig merge. Kept identical to the MQTT_INTERNALS.md wording on observer-firmware to avoid a merge conflict. --- MQTT_INTERNALS.md | 3 ++- firmware-notes.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MQTT_INTERNALS.md b/MQTT_INTERNALS.md index fbe30d70..426d4b9c 100644 --- a/MQTT_INTERNALS.md +++ b/MQTT_INTERNALS.md @@ -81,7 +81,8 @@ default; a newer, longer one is truncated harmlessly. - **`/mqtt_prefs`** — if the file has the version header it is read directly. Otherwise it is a legacy headerless file and its layout is detected by size: pre-slot (`OldMQTTPrefs`), 3-slot (`ThreeSlotMQTTPrefs`), or the 6-slot layout shipped on - `mqtt-bridge-implementation-flex` (`Legacy6SlotMQTTPrefs`). Each is field-copied into + `observer-firmware` back when it was named `mqtt-bridge-implementation-flex` + (`Legacy6SlotMQTTPrefs`). Each is field-copied into the current compact `MQTTPrefs` and re-saved with the version header — which also drops the vestigial `_legacy_*` fields the flex layout carried mid-struct. This is a one-time rewrite; every deployed device performs it on its first boot of versioned diff --git a/firmware-notes.html b/firmware-notes.html index e5b2a8fd..eeda7b07 100644 --- a/firmware-notes.html +++ b/firmware-notes.html @@ -1 +1 @@ -MQTT Observer v1.16.0 (experimental)

See setup guide for configuration instructions.

+MQTT Observer v1.16.0 (experimental)

See setup guide for configuration instructions.