Enable LoRa OTA room and nRF52 sensor variants

This commit is contained in:
mikecarper
2026-09-26 09:58:43 -07:00
parent df19760c85
commit f215792162
8 changed files with 142 additions and 48 deletions
+3 -3
View File
@@ -54,7 +54,7 @@
const OTA_LABELS = Object.freeze({
none: "No LoRa OTA",
"lora-receiver": "LoRa OTA repeater",
"lora-receiver": "Receives LoRa OTA",
"lora-source": "LoRa OTA source only (Full Companion)",
});
@@ -1075,7 +1075,7 @@
],
zip: [
"Use the ZIP as the native nRF52 Serial DFU package; it is not an extra archive.",
"For a LoRa OTA repeater, install the exact-board OTAFIX bootloader first.",
"For LoRa OTA reception, install the exact-board OTAFIX bootloader first.",
],
uf2: [
"Place the device in its UF2 bootloader mode and copy the UF2 to the mounted drive.",
@@ -1102,7 +1102,7 @@
}
if (profile.ota === "lora-receiver") {
extra.push(
"This installs the LoRa OTA repeater profile. The later update package must still match the exact target and partition signature."
"This image can receive LoRa OTA updates. The later update package must still match the exact target and partition signature."
);
} else if (profile.ota === "lora-source") {
extra.push(