diff --git a/MQTT_IMPLEMENTATION.md b/MQTT_IMPLEMENTATION.md
index 58ccbd5e..ba0d64d8 100644
--- a/MQTT_IMPLEMENTATION.md
+++ b/MQTT_IMPLEMENTATION.md
@@ -1,24 +1,31 @@
# MQTT Bridge Implementation for MeshCore
-This document describes the MQTT bridge implementation that allows MeshCore repeaters to uplink packet data to multiple MQTT brokers.
+This document describes the on-device ESP32 MQTT bridge for observer
+infrastructure and MQTT-capable Companions. The text `mqtt.*`, `bridge.*`,
+and `logging.output` commands below apply to infrastructure CommonCLI.
+Full Companion configures MQTT through WebConfig instead; see
+[feature switches by role](docs/role_feature_switches.md). Use the
+[USB web console](https://flasher.meshcore.io/console) for ASCII commands.
## Quick Start Guide
### Browser setup (recommended)
-Normal ESP32 MQTT repeater-, room-server-, and WiFi-companion builds include an
-all-in-one WebConfig portal. The same page is used by non-MQTT ESP32 builds,
-where the MQTT tab and wizard step are removed at runtime.
+Expanded Full ESP32 observer builds and supported WiFi/Full Companions include
+WebConfig. Non-MQTT builds with WebConfig omit its MQTT controls. Some portable
+images omit the portal while retaining the compact WiFi firmware uploader;
+check the exact artifact capability manifest.
1. Flash an observer build such as `heltec_v4_repeater_observer_mqtt`.
-2. On a fresh node with no saved WiFi SSID, join the open
+2. Enable the portal with `set webui on` if it is off.
+ On a fresh node with no saved WiFi SSID, join the open
`MeshCore-Setup-XXXX` access point. The captive page should open
automatically; otherwise browse to .
3. Complete the wizard, review the settings, and choose **Save & Reboot**. The
MQTT bridge remains stopped while the setup AP owns WiFi and starts normally
after the reboot.
4. Verify the connections on the portal's status page or with
- `get mqtt.status` from the CLI.
+ `get mqtt.status` from the infrastructure CLI. Companion users check the portal.
The setup AP stops after 10 minutes with no connected client. WiFi companion
builds enable the WebUI by default. Repeater and room-server builds default it
@@ -50,11 +57,10 @@ stop webconfig
set bridge.enabled on
```
-The classic 4 MB ESP32
-`LilyGo_TLora_V2_1_1_6_repeater_observer_mqtt_` and
-`LilyGo_TLora_V2_1_1_6_room_server_observer_mqtt_` targets omit the browser
-portal because the async web-server code does not fit while retaining two app
-slots for LoRa OTA. Configure those two builds with the CLI below.
+The 1.17.1.5 expanded Full TLora V2.1-1.6 MQTT artifacts include WebConfig,
+as verified in their capability manifests. Older/slimmer direct PlatformIO
+recipes can omit it; use the infrastructure CLI for those images. A board's
+flash size alone does not establish whether the release contains WebConfig.
MQTT WiFi companions use this same wizard instead of the former two-page setup.
The portal remains on the companion's station IP, alongside the companion
@@ -63,12 +69,18 @@ LAN page is intentionally unauthenticated; use a trusted WiFi network.
### CLI setup and fallback
-For CLI setup, you need console access over serial (115200 baud) or a repeater
-login through the companion app.
+The commands in this section are for MQTT-capable Repeater/Room Server
+infrastructure. Use the USB web console at 115200 baud or an authenticated
+remote login through the Companion app. For Full Companion, use the MQTT
+WebConfig cards; these infrastructure MQTT commands are not accepted by its
+text terminal.
**1. Flash the observer firmware to your device**
-The easiest route is the [MeshCore Observer Flasher](https://observer.gessaman.com/) -- pick
+For this fork's 1.17.1.5 USA Cascade images, use the
+[firmware picker](docs/firmware_picker.md). The upstream
+[MeshCore Observer Flasher](https://observer.gessaman.com/) offers a separate
+Observer distribution -- pick
**MQTT Observer Firmware**, select your device, and flash from the browser (Chrome or Edge).
To build it yourself instead, use one of the observer build targets (e.g.
`heltec_v4_repeater_observer_mqtt`) -- see [Build Configuration](#build-configuration).
@@ -280,7 +292,7 @@ pio run -e ThinkNode_M7_room_server_observer_mqtt
**ThinkNode M7 -- WiFi only:** the M7 has an onboard CH390 Ethernet controller,
and `ThinkNode_M7_companion_radio_ethernet` uses it, but the MQTT bridge link
management is bound to the WiFi station API, so observer environments uplink
-over WiFi. See `UPSTREAM_BUGS.md` for the Ethernet gap. The board has PSRAM, so
+over WiFi. The bridge still uses WiFi even when the Companion image also includes Ethernet. The board has PSRAM, so
these builds get neighbors publication (`WITH_MQTT_NEIGHBORS`) automatically.
**TLora naming:** The env prefix `LilyGo_TLora_V2_1_1_6` is LilyGo's **T-LoRa V2.1-1.6** board (SX1276); PlatformIO selects **`ttgo-lora32-v1`** (TTGO LoRa32 V1.0). **MQTT observer** envs extend a slim base **without** `sensor_base` so they retain dual-app OTA on the 4 MB flash; **all other** `LilyGo_TLora_V2_1_1_6_*` targets still use optional I2C environmental sensors as before. The repeater observer also keeps 256 recent-repeater entries instead of the normal ESP32 default of 2,048. The **`lilygo_tlora_c6`** variant is separate hardware (ESP32-C6).
@@ -289,7 +301,13 @@ these builds get neighbors publication (`WITH_MQTT_NEIGHBORS`) automatically.
### Partition Table Changes - Merged Firmware Required
-Some MQTT observer builds use a non-default partition table to accommodate the larger firmware size (MQTT libraries, TLS, cert bundle, etc.). **When a board's partition table changes, you must flash the merged firmware (`*-merged.bin`) the first time** so the new partition layout and bootloader are written together. After that initial flash, standard OTA or non-merged updates will work normally.
+The table below describes **base PlatformIO recipes**, not every `build.sh`
+release overlay. Option 3 promotes MQTT infrastructure to expanded Full
+layouts; inspect that artifact's partition/capability metadata and the installed
+layout before updating. To install a changed partition table, flash the
+matching `*-merged.bin` over USB. An application-only OTA upload does not
+change the partition table. Subsequent OTA updates require an image that fits
+the installed application slots and satisfies the updater's compatibility checks.
| Environment | Partition Table | Flash Size | App Slot Size | Notes |
|-------------|----------------|------------|---------------|-------|
@@ -304,14 +322,16 @@ Some MQTT observer builds use a non-default partition table to accommodate the l
| `LilyGo_TBeam_1W_repeater_observer_mqtt` | `default_16MB.csv` | 16 MB | 6.25 MB | Set in `boards/t_beam_1w.json`; required vs implicit `default.csv` |
| `LilyGo_TBeam_1W_room_server_observer_mqtt` | `default_16MB.csv` | 16 MB | 6.25 MB | same |
-Boards absent from this table need no special first flash: their observer envs use the
-same partition table as the board's other firmwares.
+A board absent from the base-recipe table can still need a layout migration
+when installing an expanded Full release image. A merged flash writes the
+bootloader and partition table, but it does **not inherently erase NVS**.
+An erase operation, relocated/resized storage, or incompatible filesystem
+layout can lose settings; unchanged storage can retain them. Back up identity
+and configuration before a layout migration and check them afterward.
-Flashing a **full merged image** (`*-merged.bin` at offset `0x0`) writes a new bootloader **and** partition table. If that layout **differs** from what is already on the device, **NVS is typically wiped or invalidated** - expect to lose stored configuration (admin preferences, WiFi, MQTT slots, name, etc.) and reconfigure from scratch.
-
-- **`LilyGo_TLora_V2_1_1_6_repeater_observer_mqtt_`:** This uses the custom `dual_ota_1984k.csv` layout. Install its merged image when coming from a standard TLora build, the room-server observer, or any older `huge_app.csv` build; expect to reconfigure after that partition change.
-- **`LilyGo_TLora_V2_1_1_6_room_server_observer_mqtt_`:** This retains the normal `min_spiffs.csv` layout. Moving from another `min_spiffs` TLora build does not itself require a partition change, but coming from the repeater observer's custom layout, `huge_app.csv`, or a non-MeshCore layout does.
-- **`Station_G2_*_observer_mqtt`** and **`LilyGo_TBeam_1W_*_observer_mqtt`**: These use `default_16MB.csv` to accommodate the larger size of the MQTT observer firmware. Installing MQTT observer firmware on these devices requires a **merged** flash the first time. The same applies if you move **from** firmware built with a **different** partition table: the first merged flash that installs this layout will **wipe** stored settings.
+For example, the base TLora repeater observer uses `dual_ota_1984k.csv` while
+its room-server sibling uses `min_spiffs.csv`. Compare those with the actual
+release layout rather than assuming a filename or role change is compatible.
**How to flash the merged firmware:**
@@ -327,7 +347,10 @@ You can flash the merged firmware using either the web flasher or the command li
esptool.py write_flash 0x0 .pio/build/LilyGo_T3S3_sx1262_repeater_observer_mqtt/firmware-merged.bin
```
-> **Note:** If the **partition layout is unchanged** (e.g. updating the MQTT observer build in place), device configuration in NVS is usually retained; Bluetooth pairings may still be cleared on some upgrade paths. If the **partition table is new to the device**, see **NVS / settings when the partition layout changes** above - stored settings are typically lost. After the first merged flash **for a given layout**, subsequent updates on that board can use OTA or the standard non-merged binary when applicable.
+When the installed partition layout is unchanged, normal application updates
+usually retain preferences. Full Companion and infrastructure can use different
+layouts on the same board; follow the exact image's installation directions.
+
### Build Flags
- `WITH_MQTT_BRIDGE=1` - Enable MQTT bridge (required)
- `WITH_SNMP=1` - Enable SNMP agent (optional, see [MQTT_SNMP.md](MQTT_SNMP.md))
diff --git a/MQTT_INTERNALS.md b/MQTT_INTERNALS.md
index 7a07b4f7..509f0247 100644
--- a/MQTT_INTERNALS.md
+++ b/MQTT_INTERNALS.md
@@ -195,9 +195,11 @@ it loses is the settings the newer build added.
That asymmetry is the whole point. Refusing the file costs the operator the network
itself -- `/mqtt_prefs` holds `wifi_ssid`/`wifi_password` as well as the broker config,
-so a node that falls back to defaults has no WiFi, no portal, and no OTA, recoverable
-only over serial. Reading it costs a feature's settings. Losing later settings is the
-acceptable half of that trade; losing the node is not.
+so falling back to defaults loses the saved station connection and broker
+configuration. A compiled setup AP or on-demand OTA service may still provide
+local recovery; LoRa OTA availability is separate. A remotely deployed node
+can nevertheless become unreachable through its former WiFi management path.
+Reading the compatible prefix preserves that path at the cost of later settings.
The tail survives until something actually writes. `saveMQTTPrefs()` rewrites at this
binary's own length, so a rollback that changes no observer setting and is later rolled
diff --git a/MQTT_SNMP.md b/MQTT_SNMP.md
index fe369908..f46aa737 100644
--- a/MQTT_SNMP.md
+++ b/MQTT_SNMP.md
@@ -1,5 +1,9 @@
# SNMP Agent for MeshCore Observer Firmware
+These are infrastructure CommonCLI commands, not Full Companion MQTT controls.
+See [feature switches by role](docs/role_feature_switches.md) and the
+[USB web console](https://flasher.meshcore.io/console).
+
This document describes the optional SNMP v2c agent that allows network monitoring tools to poll MeshCore observer nodes for health and performance metrics.
## Overview
@@ -112,27 +116,34 @@ The agent starts automatically once WiFi connects and `snmp_enabled = 1` in pref
## Build Configuration
SNMP is enabled at compile time with the `WITH_SNMP=1` build flag. It is
-currently included in these observer firmware targets:
+included in these base observer environments (resolved for 1.17.1.5):
-- `Heltec_v3_repeater_observer_mqtt`
-- `Heltec_v3_room_server_observer_mqtt`
- `Heltec_WSL3_repeater_observer_mqtt`
- `Heltec_WSL3_room_server_observer_mqtt`
-- `heltec_v4_repeater_observer_mqtt`
-- `heltec_v4_room_server_observer_mqtt`
-- `heltec_v4_expansionkit_repeater_observer_mqtt`
-- `heltec_v4_expansionkit_room_server_observer_mqtt`
+- `Heltec_v3_repeater_observer_mqtt`
+- `Heltec_v3_repeater_observer_mqtt_sim` (simulation environment)
+- `Heltec_v3_room_server_observer_mqtt`
+- `RAK_3112_repeater_observer_mqtt`
+- `RAK_3112_room_server_observer_mqtt`
- `Station_G2_repeater_observer_mqtt`
- `Station_G2_room_server_observer_mqtt`
- `Station_G3_ESP32_repeater_observer_mqtt`
- `Station_G3_ESP32_room_server_observer_mqtt`
-- `RAK_3112_repeater_observer_mqtt`
-- `RAK_3112_room_server_observer_mqtt`
- `ThinkNode_M7_repeater_observer_mqtt`
- `ThinkNode_M7_room_server_observer_mqtt`
+- `heltec_v4_expansionkit_repeater_observer_mqtt`
+- `heltec_v4_expansionkit_room_server_observer_mqtt`
+- `heltec_v4_r8_repeater_observer_mqtt`
+- `heltec_v4_r8_room_server_observer_mqtt`
+- `heltec_v4_r8_tft_portrait_repeater_observer_mqtt`
+- `heltec_v4_r8_tft_portrait_room_server_observer_mqtt`
+- `heltec_v4_r8_tft_repeater_observer_mqtt`
+- `heltec_v4_r8_tft_room_server_observer_mqtt`
+- `heltec_v4_repeater_observer_mqtt`
+- `heltec_v4_room_server_observer_mqtt`
-The build flag in each variant's `platformio.ini` is authoritative; update this
-list whenever SNMP is added to or removed from an environment.
+The resolved build flags, including inherited sections and release overlays,
+are authoritative. Update this list when environments change.
To add SNMP to another observer variant, add the following to its `platformio.ini`:
diff --git a/README.md b/README.md
index 461f6b62..4fbfd172 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
## About MeshCore
+For **1.17.1.5 USA Cascade**, start with the [release guide](docs/releases/1.17.1.5.md),
+[firmware picker](docs/firmware_picker.md), and [feature switches by role](docs/role_feature_switches.md).
+Use the [USB web console](https://flasher.meshcore.io/console) for the default
+ASCII terminal on Full Companion, Repeater, Room Server, and Sensor images.
+
MeshCore is a lightweight, portable C++ library that enables multi-hop packet routing for embedded projects using LoRa and other packet radios. It is designed for developers who want to create resilient, decentralized communication networks that work without the internet.
## [SEARCH] What is MeshCore?
@@ -7,7 +12,7 @@ MeshCore is a lightweight, portable C++ library that enables multi-hop packet ro
MeshCore now supports a range of LoRa devices, allowing for easy flashing without the need to compile firmware manually. Users can flash a pre-built binary using tools like Adafruit ESPTool and interact with the network through a serial console.
MeshCore provides the ability to create wireless mesh networks, similar to Meshtastic and Reticulum but with a focus on lightweight multi-hop packet routing for embedded projects. Unlike Meshtastic, which is tailored for casual LoRa communication, or Reticulum, which offers advanced networking, MeshCore balances simplicity with scalability, making it ideal for custom embedded solutions, where devices (nodes) can communicate over long distances by relaying messages through intermediate nodes. This is especially useful in off-grid, emergency, or tactical situations where traditional communication infrastructure is unavailable.
-> **WiFi and MQTT** - Prebuilt observer firmware, release notes, and browser-based
+> **Upstream Observer WiFi and MQTT** - Observer firmware, release notes, and browser-based
> flashing are available at [observer.gessaman.com](https://observer.gessaman.com/).
> See [WiFi and MQTT by Firmware Type](./docs/WiFi.md) for the
> role/build matrix and setup overview. For the complete MQTT command and
diff --git a/RELEASE.md b/RELEASE.md
index 96733438..59f040fa 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -2,19 +2,29 @@
For the USA Cascade 1.17.1.5 matrix, use
[the option 3 release instructions](docs/releases/1.17.1.5.md).
-The [Full Companion feature guide](docs/full_companion_features.md) is intended
-to accompany the release assets.
+Package the qualified outputs with `scripts/package_cascade_release.py`.
+Local staging does not publish or push anything. Include the
+[feature switches by role](docs/role_feature_switches.md),
+[Full Companion guide](docs/full_companion_features.md), and
+[USB web console](https://flasher.meshcore.io/console) in each role's notes.
+The five 1.17.1.5 pages are development prereleases.
-GitHub Actions is set up to automatically build and release firmware.
+## Legacy tag-triggered GitHub Actions
-It will automatically build firmware when one of the following tag formats are pushed.
+The repository also has older workflows matching `companion-*`, `repeater-*`,
+and `room-server-*` tags (for example `repeater-v1.0.0`). They invoke the shared
+`firmware-builder.yml`, build their own target set, and request a draft release.
+They are separate from the qualified option 3 matrix and local release staging.
-- `companion-v1.0.0`
-- `repeater-v1.0.0`
-- `room-server-v1.0.0`
+**The broad `repeater-*` trigger also matches `repeater-room-*` Cascade tags.**
+For 1.17.1.5 this workflow added its own artifacts and changed the title of the
+already-published Repeater/Room Server page. Do not assume a published Cascade
+page is untouched while that workflow is running. Check workflow completion,
+release title/body, and the final asset inventory after publication. Preserve
+existing assets when making a documentation-only release edit.
-> NOTE: replace `v1.0.0` with the version you want to release as.
-
-- You can push one, or more tags on the same commit, and they will all build separately.
-- Once the firmware has been built, a new (draft) GitHub Release will be created.
-- You will need to update the release notes, and publish it.
+Use role-specific introductions for Companion, Repeater/Room Server, Sensor,
+LoRa OTA Repeater, and expanded Full infrastructure pages. Link the exact
+board/storage [OTAFIX 2.4.6 release](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6)
+where nRF52 bootloader requirements apply. Later documentation commits can be
+linked from release notes without moving the firmware tag or rebuilding assets.
diff --git a/WEB_CONFIG_REVIEW.md b/WEB_CONFIG_REVIEW.md
index a5957bbd..0c3e55b0 100644
--- a/WEB_CONFIG_REVIEW.md
+++ b/WEB_CONFIG_REVIEW.md
@@ -2,7 +2,7 @@
> **Historical review (2026-07-18).** This file preserves the findings against
> the commits named below; its line numbers and present-tense statements are not
-> a current audit of the 2026-08-18 tree. Consult [docs/WiFi.md](docs/WiFi.md),
+> an audit of the current tree. Consult [docs/WiFi.md](docs/WiFi.md),
> [MQTT_IMPLEMENTATION.md](MQTT_IMPLEMENTATION.md), and
> [test/README.md](test/README.md) for current operation and test coverage.
> Findings are left in their original form unless a resolution is explicitly
diff --git a/docs/WiFi.md b/docs/WiFi.md
index 0f9ca97e..abe3ee11 100644
--- a/docs/WiFi.md
+++ b/docs/WiFi.md
@@ -12,9 +12,11 @@ purposes:
- ESP-NOW bridging, which uses the ESP32's 2.4 GHz radio but is not a connection
to a WiFi access point.
-The firmware role and the build profile are separate choices. For example, a
-logging repeater is not an MQTT observer, and a WiFi companion does not publish
-to MQTT unless its target name also contains `mqtt`.
+The firmware role and the build profile are separate choices. USB logging does
+not itself provide MQTT. MQTT-capable Full Companions include that feature
+without `mqtt` in their filename; check the artifact capability manifest.
+See [feature switches by role](role_feature_switches.md) for the different
+Companion and infrastructure controls and the USB web console.
## Quick reference
@@ -26,7 +28,8 @@ to MQTT unless its target name also contains `mqtt`.
| `*_room_server_observer_mqtt` | Yes | Yes | Runs the room server and uplinks radio traffic |
| `*_companion_radio_wifi` | Yes | No | Exposes the MeshCore companion protocol on TCP port 5000 |
| `*_companion_radio_wifi_mqtt` | Yes | Yes | Runs both the TCP companion interface and the MQTT uplink |
-| USB, BLE, or serial companion | No | No | Uses the transport named by the target instead |
+| `*_companion_radio_full*` | ESP32, subject to board/transport selection | Where compiled on ESP32 | Includes supported USB/wireless transports; configure MQTT through WebConfig |
+| Dedicated USB, BLE, or serial companion (not Full) | No | No | Uses the transport named by the target instead |
| `*_repeater_bridge_espnow` | Build-dependent on ESP32 | No | Uses ESP-NOW for its bridge; `bridge.format wrapped|raw` selects legacy bridge framing or primary-ESP-NOW compatibility; a FULL build also exposes the TCP 5001 LoRa-OTA seeder whenever WiFi is usable |
| RS232 bridge | No | No | Bridges through a serial interface |
| Ethernet repeater/room server | No WiFi | No | Uses wired Ethernet for its role-specific network interface |
@@ -58,7 +61,7 @@ flood filters and forwarding decision. A packet may therefore be observed on
MQTT even when a later scope, path, region, duplicate, or repeat rule prevents
the node from forwarding it over LoRa.
-MQTT publication and LoRa repetition are separate:
+On infrastructure observer builds, MQTT publication and LoRa repetition are separate:
- `set repeat on|off` controls whether an observer repeats eligible LoRa
packets;
@@ -421,8 +424,11 @@ The companion owns WiFi connection and recovery in this build. The MQTT bridge
waits for that connection rather than creating a second one. Stopping MQTT does
not disable the TCP companion service.
-The same WebConfig page contains the MQTT settings. MQTT companions have no
-text admin CLI, so browser configuration is the normal setup method.
+MQTT-capable Full Companions also combine these services. The WebConfig page
+contains MQTT settings; Full Companion has a USB/TCP text terminal, but does
+not expose the infrastructure `mqtt.*`, `bridge.enabled`, or `logging.output`
+commands there. Select `none` for every broker slot and save to disable MQTT;
+restore the desired presets/settings and save to enable it.
## WebConfig without MQTT
@@ -530,18 +536,18 @@ meaning can change when the service reorders or adds presets.
| MQTT | Builds explicit MQTT observer or WiFi-companion-MQTT targets with USB packet logging off. Non-companion ESP32 MQTT observers always use FULL expanded partitions. |
| FULL ESP32 USB + WiFi | Uses the board's MQTT target with USB packet logging and direct WiFi MQTT together, expanded dual-OTA partitions, up to 254 neighbors, LoRa OTA, and full-size ESP32 features such as WebConfig where supported. `get/set logging.output off\|usb\|wifi\|both` persists the active paths. Classic T-Beam MQTT observers retain their 50-entry table because their persistent discovery state exhausts internal DRAM at 254. |
| FULL ESP32 logging fallback | Uses the board's non-MQTT target only when no matching WiFi MQTT environment exists. It keeps debug and packet logging, expanded dual-OTA partitions, up to 254 neighbors, and LoRa OTA. Persistent `usb.logging off` also provides normal output-off operation, so ESP-NOW FULL roles need no second non-logging image. |
-| LoRa-OTA no-external-sensors | A lean repeater image with no MQTT; ESP32 builds retain the compact on-demand browser WiFi uploader and 254 neighbors. |
+| LoRa-OTA no-external-sensors | A lean repeater image with no MQTT; ESP32 builds retain the compact on-demand browser WiFi uploader and up to 254 neighbors, subject to target RAM limits. |
-All repeater profiles use the full 254-entry neighbor table, including standard,
-logging, bridge, and LoRa-OTA builds on every supported platform. The classic
-T-Beam SX1262 and SX1276 MQTT observer repeaters retain 50 entries because their
-persistent MQTT discovery state leaves insufficient internal-DRAM margin at 254.
+Repeater profiles use up to 254 neighbors. Selected Generic E22, Heltec V2,
+Meshadventurer, T-Beam OTA/MQTT, and TLora MQTT profiles use 50 to preserve
+internal-DRAM reserves. Consult the artifact capability manifest and
+[ESP32 memory budget](esp32_memory_budget.md) for the exact target.
The interactive Option 1 **FULL everything** choice and the standalone FULL
command select the unified USB + WiFi image when a matching MQTT target exists;
otherwise they select the logging fallback. The build matrix no longer emits
any separate standard logging image, or a non-MQTT FULL twin for a role covered
-by the unified image. All FULL profiles include LoRa OTA, WebConfig where supported,
+by the unified image. Expanded Full infrastructure profiles include LoRa OTA, WebConfig where supported,
up to 254 neighbors, and expanded dual-OTA partitions. Target-specific
internal-DRAM limits still apply.
@@ -601,8 +607,8 @@ Check the complete firmware filename and role. In particular:
- `logging` does not mean MQTT;
- `ota` does not mean MQTT;
- `companion_radio_wifi` does not mean MQTT;
-- the filename must contain `observer_mqtt` or `wifi_mqtt` for the corresponding
- on-device MQTT feature.
+- `observer_mqtt` and `wifi_mqtt` identify explicit MQTT targets, but Full
+ Companion can include MQTT without either marker; inspect its capabilities.
Rolling firmware back does not restore settings erased by a full flash or a
partition-table change. If the correct MQTT target still has no configuration,
@@ -638,4 +644,5 @@ setup AP. Full Companion targets whose primary mesh radio is ESP-NOW use
b/g/n+LR instead and keep the setup AP, infrastructure station, and mesh on the
persisted `espnow.channel` (channel 1 by default). Their configured 2.4 GHz
router and every other primary ESP-NOW node must use that same channel.
-MQTT diagnostics apply only to a `wifi_mqtt` companion target.
+On MQTT-capable Companions, inspect MQTT status in WebConfig; the infrastructure
+MQTT text diagnostic commands above are not Companion terminal commands.
diff --git a/docs/cli_build_matrix.md b/docs/cli_build_matrix.md
index b65f05ed..1572cc95 100644
--- a/docs/cli_build_matrix.md
+++ b/docs/cli_build_matrix.md
@@ -58,9 +58,10 @@ A command belonging to a different role is not considered a profile cut. For
example, adding FULL features to a sensor does not turn it into a repeater
administrator.
-Repeater profiles use 254 neighbor entries across supported platforms. The
-classic T-Beam SX1262 and SX1276 MQTT observer repeaters are the exception and
-retain 50 because their MQTT discovery tables are constrained by internal DRAM.
+Repeater profiles use up to 254 neighbor entries. Measured internal-DRAM
+limits reduce selected Generic E22, Heltec V2, Meshadventurer, T-Beam OTA/MQTT,
+and TLora MQTT profiles to 50. Check the artifact capability manifest and
+[ESP32 memory budget](esp32_memory_budget.md) for the exact target.
## Profile matrix
@@ -68,7 +69,7 @@ retain 50 because their MQTT discovery tables are constrained by internal DRAM.
|---|---|
| Standard non-MQTT repeater or room server | Keeps the normal role CLI and, where USB is a safe plaintext console, embeds debug/packet logging behind persistent `get/set usb.logging`. The explicitly selected portable policy can omit WebConfig and browser WiFi OTA, so those commands are unavailable and the omission is recorded in the capability manifest. |
| Legacy standard logging | No longer emitted separately. Its behavior is compiled into the ordinary artifact. Size-constrained STM32 targets embed packet logging without verbose `MESH_DEBUG`. |
-| LoRa-OTA (`-ota-`) | LoRa OTA adds the `ota ...` commands; it does not otherwise reduce the role CLI. ESP32 `no_external_sensors` artifacts retain the compact browser WiFi uploader, the complete CLI, and a 254-entry neighbor table. |
+| LoRa-OTA (`-ota-`) | LoRa OTA adds the `ota ...` commands; it does not otherwise reduce the role CLI. ESP32 `no_external_sensors` artifacts retain the compact browser WiFi uploader, the complete CLI, and up to 254 neighbors, subject to recorded internal-DRAM reductions. |
| Internal-flash nRF52 repeater auto pair | `full-ota` retains the board's external-sensor drivers; `reduced-ota` omits the declared optional sensors to leave additional internal-flash staging room. RAK3401 and RAK4631 reduced builds retain INA219, INA226, INA260, and INA3221 I2C voltage/current monitors at a measured cost below 5 KiB. Both artifacts carry the same stable OTA target identity and are checked for `ota ...` and `retry.preset`; RAK artifacts also verify the retained monitor drivers. |
| ESP32 MQTT observer or ESP-NOW bridge | Always uses the expanded FULL partition profile. The build never substitutes a reduced CLI to fit the legacy application slot. |
| FULL ESP32 USB + WiFi | Uses the matching MQTT target with packet logging on, verbose debug off, and the complete command surface supported by that role and hardware. `get/set logging.output off\|usb\|wifi\|both` selects and persists the active output paths. |
diff --git a/docs/cli_command_availability.md b/docs/cli_command_availability.md
index efd0a5a2..48c5986e 100644
--- a/docs/cli_command_availability.md
+++ b/docs/cli_command_availability.md
@@ -5,7 +5,9 @@ This page is the command-by-command companion to
links to its detailed documentation.
The tables cover the text administration CLI used by repeater, room-server,
-sensor, and bridge firmware. Companion firmware uses the companion protocol,
+sensor, and bridge firmware. Full Companion also has its own ASCII USB/TCP
+terminal; see [feature switches by role](role_feature_switches.md). Companion
+apps use the companion protocol,
KISS firmware uses framed KISS/TNC commands, and terminal-chat firmware has its
own interface, so those build roles are not represented here.
diff --git a/docs/cli_commands.md b/docs/cli_commands.md
index f2dc50d8..2527247c 100644
--- a/docs/cli_commands.md
+++ b/docs/cli_commands.md
@@ -1,10 +1,15 @@
# CLI Commands
+For copy/paste on/off recipes and the differences from Full Companion, see
+[feature switches by role](role_feature_switches.md). The
+[USB web console](https://flasher.meshcore.io/console) opens the default ASCII
+terminal at 115200 baud; it does not require on-device WebConfig or WiFi.
+
This document provides an overview of CLI commands that can be sent to MeshCore Repeaters, Room Servers and Sensors.
See [CLI Availability by Firmware Build](cli_build_matrix.md) for the role and
-profile matrix, including the commands intentionally omitted from portable
-firmware.
+profile matrix. Commands depend on compiled features; some portable builds
+omit WebConfig while retaining the complete role CLI and compact WiFi updater.
See [CLI Command Availability Matrix](cli_command_availability.md) for the
command-by-command nRF52 and ESP32 build tables.
@@ -156,7 +161,10 @@ See [LoRa CLI host service](host_cli_service.md) for the complete
- `start ota ap`
- `stop ota`
-`start ota` serves the web upload page on the station IP when connected to WiFi;
+On nRF52, `start ota` invokes Bluetooth DFU with the matching bootloader and
+application DFU ZIP. The WiFi/AP instructions below apply to ESP32.
+
+On ESP32, `start ota` serves the web upload page on the station IP when connected to WiFi;
otherwise it raises the `MeshCore-OTA` access point. `start ota ap` always raises
the access point, which is useful when the normal network uses client isolation.
@@ -1496,7 +1504,12 @@ get clock.sync.status
**Default:** `on` for fresh Cascade-profile builds and Companion firmware; `off` for other infrastructure profiles
-**Note:** Infrastructure firmware enters sleep between radio transmissions. It refuses to enable power saving from the local serial console or while an active USB serial data connection is detected; USB power alone does not block power saving.
+**Note:** Infrastructure sleep depends on the board implementation. The bare
+`powersaving on` command rejects local serial requests or an active USB data
+connection on nRF52 and standalone ESP32; ESP32 bridge builds reject that bare
+enable command. USB power alone does not block a remote enable request.
+The separate `set powersaving on` form saves/applies the preference without
+those guards; it is also the form used by infrastructure WebConfig.
Companion firmware defaults this setting to `on`. Full Companion accepts the command from its local USB terminal and exposes the same setting in WebConfig. On ESP32, it lowers the CPU clock to 80 MHz, enables idle yielding, and enables the configured GPS duty cycle. USB and each active wireless transport remain available; SenseCAP Indicator Full keeps only its selected BLE or infrastructure-WiFi secondary transport active. `powersaving off` restores the board's normal CPU clock and disables the GPS duty cycle. This device setting is separate from LoRa RXPS (`radio.rxps`) and WiFi modem power save (`wifi.powersave`). Infrastructure WebConfig uses the `set powersaving` form; enabling it can put the node to sleep and make WiFi temporarily unavailable.
@@ -3672,7 +3685,9 @@ Requires WiFi connected and the MQTT bridge running.
- `set bridge.baud `
**Parameters:**
-- `rate`: Baud rate (`9600`, `19200`, `38400`, `57600`, or `115200`)
+- `rate`: Integer baud rate from `9600` through the board's compiled
+ `BRIDGE_MAX_BAUD` (commonly `500000`); for example `115200`. Stop the bridge
+ with `set bridge.enabled off` before changing it, then enable it again.
**Default:** `115200`
diff --git a/docs/companion_radio_full.md b/docs/companion_radio_full.md
index 7b14da2d..f3cbb396 100644
--- a/docs/companion_radio_full.md
+++ b/docs/companion_radio_full.md
@@ -1,5 +1,9 @@
# Full Companion
+For runtime on/off commands and board exceptions, see
+[feature switches by role](role_feature_switches.md). Open the
+[USB web console](https://flasher.meshcore.io/console) for the default ASCII terminal.
+
For practical on/off commands and update directions, see
[Full Companion feature switches](full_companion_features.md).
diff --git a/docs/faq.md b/docs/faq.md
index 70703df8..d9e3bf2c 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -1,5 +1,12 @@
# Frequently Asked Questions
+For this fork's **1.17.1.5 USA Cascade** release, start with
+[feature switches by role](role_feature_switches.md) and the
+[USB web console](https://flasher.meshcore.io/console). For nRF52 OTAFIX use
+the exact board/storage build from
+[OTAFIX 2.4.6](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6);
+older bootloader links below provide upstream/background context.
+
A list of frequently-asked questions and answers for MeshCore
- [Frequently Asked Questions](#frequently-asked-questions)
diff --git a/docs/firmware_picker.md b/docs/firmware_picker.md
index 0984988a..c2000898 100644
--- a/docs/firmware_picker.md
+++ b/docs/firmware_picker.md
@@ -1,5 +1,10 @@
# Firmware picker
+After selecting an image, use [feature switches by role](role_feature_switches.md)
+to turn MQTT, logging, power saving, and other former variant settings on/off.
+The [USB web console](https://flasher.meshcore.io/console) works with the
+default ASCII terminal on Full Companion and infrastructure roles.
+
Pick the choices in any order. Every selection narrows all the other controls
to firmware combinations that were actually built in the current release set.
@@ -250,7 +255,7 @@ update package.
nRF52 LoRa OTA requires an OTAFIX bootloader built for the exact board. There
is no universal bootloader file. Use the
-[latest stable OTAFIX release](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/latest)
+[OTAFIX 2.4.6 for this release](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6)
and select the hardware-matched HEX, Serial DFU ZIP, or bootloader-update UF2.
## Hardware and variant names
diff --git a/docs/full_companion_features.md b/docs/full_companion_features.md
index c249ae2c..e0bf8e1f 100644
--- a/docs/full_companion_features.md
+++ b/docs/full_companion_features.md
@@ -1,5 +1,9 @@
# Full Companion: turn features on and off
+For side-by-side Companion and infrastructure commands, see
+[feature switches by role](role_feature_switches.md). MQTT and logging controls
+differ between these roles.
+
Use the exact `companion_radio_full` image for your board. Full includes its
supported transports and MOTA sending in one firmware; ordinary settings do
not require rebuilding it. USB remains the normal way to update the Companion
@@ -9,7 +13,8 @@ MOTA packages on itself.
## Open the text terminal
Close the app or serial monitor using the USB port, then open a terminal at
-115200 baud. A fresh boot starts in text mode. If it is already in Binary
+115200 baud, or use the [USB web console](https://flasher.meshcore.io/console).
+A fresh Full Companion boot starts in ASCII text mode. If it is already in Binary
Companion mode, send this line once and wait for the terminal banner:
```text
@@ -92,7 +97,9 @@ and configure a broker slot to enable it; choose the `none` preset for every
slot to disable broker connections. The MQTT status, packets, raw, receive,
and transmit switches control their individual functions. Save the settings
and follow any reboot instruction shown. Builds without MQTT omit these
-controls. There is no need for a separate logging or WiFi-MQTT Companion
+controls. Full Companion does not accept infrastructure text commands such as
+`set bridge.enabled`, `set logging.output`, or `set mqtt1.preset`; use these
+WebConfig controls for MQTT. There is no need for a separate logging or WiFi-MQTT Companion
image when that feature is included in Full.
## Send MOTA from any Full Companion
@@ -115,7 +122,7 @@ This works on both ESP32 and nRF52 Full. Close the text terminal first.
`motatool` automatically sends `ota folder on` and owns USB while serving.
Stop the host tool to detach the source; use `normalradio` afterward to
return early, or let the window expire. A `.bin`, `.uf2`, or DFU `.zip` is
-not itself a `.mota`; use [motatool](../tools/mota/README.md) to prepare the
+not itself a `.mota`; use [motatool](https://github.com/mikecarper/MeshCore/blob/keymindCascade/tools/mota/README.md) to prepare the
package for the exact destination firmware and hardware.
ESP32 also accepts a host over WiFi:
diff --git a/docs/full_companion_usb_switcher.md b/docs/full_companion_usb_switcher.md
index 60ed649a..aec4717c 100644
--- a/docs/full_companion_usb_switcher.md
+++ b/docs/full_companion_usb_switcher.md
@@ -254,6 +254,6 @@ such as `get radio.cad`. If binary bytes appear, send the exact terminal start
token or reboot.
The switch policy is implemented in
-[`UsbAsciiBinarySwitch.h`](../src/helpers/UsbAsciiBinarySwitch.h), with stream
-ownership in [`main.cpp`](../examples/companion_radio/main.cpp) and framing in
-[`ArduinoSerialInterface.cpp`](../src/helpers/ArduinoSerialInterface.cpp).
+[`UsbAsciiBinarySwitch.h`](https://github.com/mikecarper/MeshCore/blob/keymindCascade/src/helpers/UsbAsciiBinarySwitch.h), with stream
+ownership in [`main.cpp`](https://github.com/mikecarper/MeshCore/blob/keymindCascade/examples/companion_radio/main.cpp) and framing in
+[`ArduinoSerialInterface.cpp`](https://github.com/mikecarper/MeshCore/blob/keymindCascade/src/helpers/ArduinoSerialInterface.cpp).
diff --git a/docs/halo_keymind_settings.md b/docs/halo_keymind_settings.md
index c9d505de..85a50dfd 100644
--- a/docs/halo_keymind_settings.md
+++ b/docs/halo_keymind_settings.md
@@ -1,7 +1,10 @@
# Halo and Keymind Branch Settings
This file covers only CLI settings and helper commands added by the Halo or
-Keymind branches. Use `docs/cli_commands.md` for the general MeshCore CLI.
+Keymind branches. Use [CLI commands](cli_commands.md) for the general infrastructure CLI.
+For MQTT, logging, and former variant controls, use
+[feature switches by role](role_feature_switches.md); Full Companion uses
+different controls for some of these settings.
See [Repeater Flood Filtering and Moderation](flood_filtering.md) for a focused
filter setup and troubleshooting guide.
diff --git a/docs/hardware_validation_checklist.md b/docs/hardware_validation_checklist.md
index 27f7c336..60c403b9 100644
--- a/docs/hardware_validation_checklist.md
+++ b/docs/hardware_validation_checklist.md
@@ -1,5 +1,10 @@
# Hardware validation checklist
+This file records dated hardware observations and open validation tasks.
+Historical defaults, versions, and test frequencies below describe the tested
+revision, not necessarily the current release. For current ASCII USB defaults
+and runtime switches, use [feature switches by role](role_feature_switches.md).
+
Use this checklist for release-candidate hardware runs. A check is complete only
when its log identifies the physical device, firmware artifact, artifact hash,
command result, and cold/warm boot outcome. Do not infer success from a tool's
diff --git a/docs/index.md b/docs/index.md
index 707330a2..2f959cfd 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4,6 +4,11 @@ Welcome to the MeshCore documentation.
Below are a few quick start guides.
+- [1.17.1.5 Markdown audit](./releases/1.17.1.5-doc-audit.md)
+- [1.17.1.5 USA Cascade release](./releases/1.17.1.5.md)
+- [Feature switches by role: Companion, Repeater, Room Server, Sensor](./role_feature_switches.md)
+- [USB web console](https://flasher.meshcore.io/console)
+- [Full Companion feature switches](./full_companion_features.md)
- [Frequently Asked Questions](./faq.md)
- [Firmware Picker](./firmware_picker.md)
- [CLI Commands](./cli_commands.md)
@@ -27,4 +32,4 @@ Below are a few quick start guides.
If you find a mistake in any of our documentation, or find something is missing, please feel free to open a pull request for us to review.
-- [Documentation Source](https://github.com/meshcore-dev/MeshCore/tree/main/docs)
+- [Documentation Source](https://github.com/mikecarper/MeshCore/tree/keymindCascade/docs)
diff --git a/docs/lora_ota_automation.md b/docs/lora_ota_automation.md
index 8441c774..c6cd3355 100644
--- a/docs/lora_ota_automation.md
+++ b/docs/lora_ota_automation.md
@@ -1,5 +1,14 @@
# Scripted LoRa OTA from start to finish
+For **1.17.1.5**, use the exact board/storage profile from
+[OTAFIX 2.4.6](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6)
+for nRF52 OTAFIX installations. New internal-flash hybrid receivers require
+its 64 KiB retained-RAM handoff; QSPI and microSD targets require their own
+matching bootloader profiles. Earlier preview versions mentioned below
+describe compatibility/migration history, not the current recommended download.
+Full Companion is a MOTA source and normally updates itself over USB.
+
+
The dedicated [RAK3401 chain report](rak3401_mota_chain.md) records the
physical failures of withdrawn migrations and the physically qualified compact
nine-step replacement. Its runner blocks the withdrawn chains and pins every
diff --git a/docs/ota_easy.md b/docs/ota_easy.md
index 61af62d1..88e966e2 100644
--- a/docs/ota_easy.md
+++ b/docs/ota_easy.md
@@ -1,5 +1,14 @@
# Easy firmware updates over LoRa
+For **1.17.1.5**, use the exact board/storage profile from
+[OTAFIX 2.4.6](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6)
+for nRF52 OTAFIX installations. New internal-flash hybrid receivers require
+its 64 KiB retained-RAM handoff; QSPI and microSD targets require their own
+matching bootloader profiles. Earlier preview versions mentioned below
+describe compatibility/migration history, not the current recommended download.
+Full Companion is a MOTA source and normally updates itself over USB.
+
+
This guide shows the shortest manual path for sending firmware from a computer to a MeshCore node over
LoRa. Choose the package type for the **destination** node:
@@ -28,7 +37,7 @@ locally over USB/BLE DFU or SWD first; there is no raw-card compatibility handof
| Setting | Value |
| --- | --- |
-| Center frequency | 909.950 MHz |
+| Center frequency | 910.525 MHz |
| Bandwidth | 250 kHz |
| Spreading factor | SF5 |
| Coding rate used in this guide | CR5 |
@@ -37,7 +46,7 @@ locally over USB/BLE DFU or SWD first; there is no raw-card compatibility handof
The copy/paste command is:
```text
-tempradio 909.950,250,5,5,120
+tempradio 910.525,250,5,5,120
```
The fourth value is the transmit coding rate. This guide uses CR5, but the participating nodes' coding rates
@@ -117,7 +126,8 @@ RAK13302 share a chip-select and cannot be used together. Other
normal repeaters can still serve as intermediate relays but cannot necessarily
install an update themselves. ESP32
`-ota-` siblings also retain the lightweight browser WiFi uploader (`start
-ota`), the complete CLI, and a 254-entry neighbor table. RP2040 and STM32
+ota`), the complete CLI, and up to 254 neighbors; constrained targets use 50
+as recorded in their capability manifests. RP2040 and STM32
repeaters do not currently have a safe self-apply path, but current repeater
firmware can still relay OTA packets opaquely during TempRadio.
@@ -375,7 +385,7 @@ especially with older single-block receivers. Use `hops 1` only when one real in
On the source node, destination node, and every intermediate repeater, then run:
```text
-tempradio 909.950,250,5,5,120
+tempradio 910.525,250,5,5,120
```
All participating nodes must use the same frequency, bandwidth, and spreading factor. Their time windows must
@@ -404,7 +414,7 @@ cable-free source is:
python3 tools/ble_mota/ble_mota_seeder.py \
--device MeshCore-MyCompanion \
--dir ./motas \
- --local 'tempradio 909.950,250,5,5,120'
+ --local 'tempradio 910.525,250,5,5,120'
```
Leave this command running until the destination finishes downloading.
@@ -490,7 +500,7 @@ ota status
## Quick troubleshooting
- **Nothing appears in `ota ls`:** confirm that `motatool serve` is still running and every required node
- has an active `tempradio 909.950,250,5,5,120` window.
+ has an active `tempradio 910.525,250,5,5,120` window.
- **The CLI says LoRa OTA is not included:** that firmware does not contain the LoRa OTA feature.
If it is the source or destination, install a supported `-ota-` build over WiFi or USB first. An intermediate
repeater does not need the OTA CLI and can relay opaquely while its matching `tempradio` window is active.
diff --git a/docs/ota_meshtower_v2_sdcard.md b/docs/ota_meshtower_v2_sdcard.md
index d8574d34..12ecfbcd 100644
--- a/docs/ota_meshtower_v2_sdcard.md
+++ b/docs/ota_meshtower_v2_sdcard.md
@@ -1,5 +1,14 @@
# MeshTower V2 microSD LoRa OTA
+For **1.17.1.5**, use the exact board/storage profile from
+[OTAFIX 2.4.6](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6)
+for nRF52 OTAFIX installations. New internal-flash hybrid receivers require
+its 64 KiB retained-RAM handoff; QSPI and microSD targets require their own
+matching bootloader profiles. Earlier preview versions mentioned below
+describe compatibility/migration history, not the current recommended download.
+Full Companion is a MOTA source and normally updates itself over USB.
+
+
The `Heltec_tower_v2_sdcard_repeater_lora_ota_no_external_sensors` target uses the MeshTower V2 onboard
microSD socket as persistent storage for its own LoRa OTA downloads. It accepts
full application images, in-place application deltas, and explicitly selected
diff --git a/docs/ota_nrf52_bootloader_update.md b/docs/ota_nrf52_bootloader_update.md
index 092e6daf..b54c2410 100644
--- a/docs/ota_nrf52_bootloader_update.md
+++ b/docs/ota_nrf52_bootloader_update.md
@@ -1,5 +1,14 @@
# nRF52 bootloader updates over LoRa
+For **1.17.1.5**, use the exact board/storage profile from
+[OTAFIX 2.4.6](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6)
+for nRF52 OTAFIX installations. New internal-flash hybrid receivers require
+its 64 KiB retained-RAM handoff; QSPI and microSD targets require their own
+matching bootloader profiles. Earlier preview versions mentioned below
+describe compatibility/migration history, not the current recommended download.
+Full Companion is a MOTA source and normally updates itself over USB.
+
+
Selected nRF52840 repeater LoRa-OTA builds can replace their matching OTAFIX
bootloader without replacing the running application. This is a privileged
maintenance path, not a normal firmware update. A stock bootloader must first
diff --git a/docs/ota_nrf52_qspi.md b/docs/ota_nrf52_qspi.md
index 844ac7b3..8dd93258 100644
--- a/docs/ota_nrf52_qspi.md
+++ b/docs/ota_nrf52_qspi.md
@@ -1,5 +1,14 @@
# nRF52 repeater LoRa OTA with external QSPI
+For **1.17.1.5**, use the exact board/storage profile from
+[OTAFIX 2.4.6](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6)
+for nRF52 OTAFIX installations. New internal-flash hybrid receivers require
+its 64 KiB retained-RAM handoff; QSPI and microSD targets require their own
+matching bootloader profiles. Earlier preview versions mentioned below
+describe compatibility/migration history, not the current recommended download.
+Full Companion is a MOTA source and normally updates itself over USB.
+
+
Selected nRF52840 repeater builds use their dedicated external QSPI NOR flash as
a raw LoRa OTA staging device. This removes the internal-flash staging conflict:
the complete `.mota` stays off-chip, and the bootloader can use the entire
@@ -82,6 +91,8 @@ stock RAK3401 + RAK15001 assembly cannot provide reliable OTA staging without
a hardware chip-select rework. This restriction does not apply to the
separate-CS W25Q16 wiring below.
+
+
### One W25Q16 wiring for RAK4631 or RAK3401 + RAK13302
An external Winbond W25Q16JV breakout can remain attached to a RAK19007 while
diff --git a/docs/ota_protocol.md b/docs/ota_protocol.md
index 10bb6861..bbc5993d 100644
--- a/docs/ota_protocol.md
+++ b/docs/ota_protocol.md
@@ -153,8 +153,9 @@ The firmware-configured INA3221 address and RAK12500 address are both `0x42`, so
one bus at those addresses. Keep RAK12500 at `0x42`, strap INA3221 A0 to SCL for `0x43`, and use firmware
built with `-DTELEM_INA3221_ADDRESS=0x43` when both are installed.
-ESP32 siblings retain the compact browser WiFi updater and use the full
-254-entry neighbor table. RP2040 and STM32 targets are not offered because
+ESP32 siblings retain the compact browser WiFi updater and use up to
+254 neighbors. Internal-DRAM-constrained targets use 50 as recorded in the
+artifact capability manifest; see [ESP32 memory budget](esp32_memory_budget.md). RP2040 and STM32 targets are not offered because
those platforms do not yet have a safe bootloader/apply path.
nRF52 LoRa-OTA siblings use size optimization rather than the Adafruit platform's default `-Ofast`. This
diff --git a/docs/ota_user_guide.md b/docs/ota_user_guide.md
index b406185e..55a50728 100644
--- a/docs/ota_user_guide.md
+++ b/docs/ota_user_guide.md
@@ -1,5 +1,14 @@
# Updating your node over the air (OTA) - user guide
+For **1.17.1.5**, use the exact board/storage profile from
+[OTAFIX 2.4.6](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6)
+for nRF52 OTAFIX installations. New internal-flash hybrid receivers require
+its 64 KiB retained-RAM handoff; QSPI and microSD targets require their own
+matching bootloader profiles. Earlier preview versions mentioned below
+describe compatibility/migration history, not the current recommended download.
+Full Companion is a MOTA source and normally updates itself over USB.
+
+
This guide is for **node operators**: how to update your MeshCore device's firmware over the radio, in
plain language. No cables, no programmer - your node can download a new firmware from a neighbour and
install it. (For the technical wire format, see [the OTA protocol spec](ota_protocol.md).)
@@ -16,13 +25,13 @@ only while `tempradio` is actually running on that node. Every source, receiver,
therefore have an overlapping temporary-radio window.
The recommended temporary OTA settings use 250 kHz bandwidth, SF5, CR5, and a 120-minute window. For a
-North American node currently configured for 909.950 MHz, run this on every participating node:
+North American node currently configured for 910.525 MHz, run this on every participating node:
```text
-tempradio 909.950,250,5,5,120
+tempradio 910.525,250,5,5,120
```
-Use the node's current permitted regional frequency in place of `909.950` when necessary.
+Use the node's current permitted regional frequency in place of `910.525` when necessary.
The scripted updater checks the firmware version of the receiver and every
sender before deciding whether RX power saving can remain active. At
diff --git a/docs/releases/1.17.1.5-doc-audit.md b/docs/releases/1.17.1.5-doc-audit.md
new file mode 100644
index 00000000..d5e5ca50
--- /dev/null
+++ b/docs/releases/1.17.1.5-doc-audit.md
@@ -0,0 +1,122 @@
+# Markdown audit — 1.17.1.5 USA Cascade
+
+Audited on 2026-09-05 against firmware source `26303793`, the resolved build
+configuration, and the qualified 1.17.1.5 staging manifests. The scope was all
+**71 tracked Markdown files** present at the start, including root documents,
+docs, examples, tools, tests, variants, and vendored library documentation.
+Generated/ignored build directories and external repositories were outside that scope.
+
+## Corrections
+
+- Added [role-specific feature switches](../role_feature_switches.md), exact
+ Companion/infrastructure MQTT and logging controls, board exceptions, SNMP,
+ and the [USB web console](https://flasher.meshcore.io/console).
+- Added an [exact-name variant map](1.17.1.5-variant-map.tsv); every one of its
+ 1,325 covered entries resolves to a staged firmware file. The 36 excluded
+ entries are identified rather than linked to substitute hardware.
+- Corrected universal 254-neighbor claims, Full Companion MQTT filename/CLI
+ assumptions, TLora Full WebConfig availability, and partition/NVS guidance.
+- Distinguished infrastructure bare `powersaving on` guards from the separate
+ `set powersaving on` form; corrected the RS232 baud range and SNMP environment list.
+- Linked OTAFIX 2.4.6 and its board/storage requirements from operator guides;
+ aligned the two manual USA OTA quickstarts with 910.525 MHz.
+- Marked old provider catalogs and dated hardware results as historical;
+ documented the legacy tag workflow that also matches `repeater-room-*`.
+- Fixed the vendored MQTT documentation link and documentation-site links
+ that incorrectly treated repository source files as generated site pages.
+
+## Verification and limits
+
+All original Markdown files were scanned for relative links, section anchors,
+source-path references, version/default claims, and role/OTA terminology.
+Flagged operator instructions were checked against CommonCLI, its observer
+extension, Companion command handlers, board configuration, and release manifests.
+Brace-expanded source references and SDK-relative paths were retained as such.
+Historical measurements, changelogs, upstream findings, contribution/security
+policies, and licenses were not rewritten as new validation results.
+
+The documentation site passed a strict MkDocs Material build. Relative repository
+links and section anchors were checked separately, including documents outside
+the MkDocs source directory. Console and current bootloader links were checked
+on their primary sites. This was not a crawl of every third-party URL or a
+new hardware/firmware qualification; no claim is made that every board was
+physically tested or every protocol statement independently re-proved.
+
+## Original file coverage
+
+“Retained” means no correction was identified by this documentation audit;
+it does not certify all historical statements as current hardware behavior.
+
+| File | Disposition |
+| --- | --- |
+| [AGENTS.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/AGENTS.md) | Scanned; retained |
+| [ALERTS.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/ALERTS.md) | Scanned; retained |
+| [CHANGELOG.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/CHANGELOG.md) | Historical record retained |
+| [CONTRIBUTING.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/CONTRIBUTING.md) | Scanned; retained |
+| [MEMORY_MONITORING.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/MEMORY_MONITORING.md) | Scanned; retained |
+| [MQTT_IMPLEMENTATION.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/MQTT_IMPLEMENTATION.md) | Corrected or clarified |
+| [MQTT_INTERNALS.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/MQTT_INTERNALS.md) | Corrected or clarified |
+| [MQTT_OWNERSHIP.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/MQTT_OWNERSHIP.md) | Historical record retained |
+| [MQTT_SNMP.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/MQTT_SNMP.md) | Corrected or clarified |
+| [README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/README.md) | Corrected or clarified |
+| [RELEASE.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/RELEASE.md) | Corrected or clarified |
+| [RESTORE_UPSTREAM_NOTES.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/RESTORE_UPSTREAM_NOTES.md) | Historical record retained |
+| [SECURITY.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/SECURITY.md) | Scanned; retained |
+| [STABILITY_TESTABILITY_HANDOFF.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/STABILITY_TESTABILITY_HANDOFF.md) | Historical record retained |
+| [UPSTREAM_BUGS.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/UPSTREAM_BUGS.md) | Scanned; retained |
+| [WEB_CONFIG_REVIEW.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/WEB_CONFIG_REVIEW.md) | Corrected or clarified |
+| [arch/stm32/Adafruit_LittleFS_stm32/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/arch/stm32/Adafruit_LittleFS_stm32/README.md) | Vendored documentation/license retained |
+| [arch/stm32/Adafruit_LittleFS_stm32/src/littlefs/LICENSE.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/arch/stm32/Adafruit_LittleFS_stm32/src/littlefs/LICENSE.md) | Vendored documentation/license retained |
+| [arch/stm32/Adafruit_LittleFS_stm32/src/littlefs/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/arch/stm32/Adafruit_LittleFS_stm32/src/littlefs/README.md) | Vendored documentation/license retained |
+| [docs/WiFi.md](../WiFi.md) | Corrected or clarified |
+| [docs/cli_build_matrix.md](../cli_build_matrix.md) | Corrected or clarified |
+| [docs/cli_command_availability.md](../cli_command_availability.md) | Corrected or clarified |
+| [docs/cli_commands.md](../cli_commands.md) | Corrected or clarified |
+| [docs/companion_offline_queue.md](../companion_offline_queue.md) | Scanned; retained |
+| [docs/companion_protocol.md](../companion_protocol.md) | Scanned; retained |
+| [docs/companion_radio_full.md](../companion_radio_full.md) | Corrected or clarified |
+| [docs/docs.md](../docs.md) | Scanned; retained |
+| [docs/esp32_memory_budget.md](../esp32_memory_budget.md) | Scanned; retained |
+| [docs/faq.md](../faq.md) | Corrected or clarified |
+| [docs/filter_tool.md](../filter_tool.md) | Scanned; retained |
+| [docs/firmware_picker.md](../firmware_picker.md) | Corrected or clarified |
+| [docs/flood_filtering.md](../flood_filtering.md) | Scanned; retained |
+| [docs/full_companion_features.md](../full_companion_features.md) | Corrected or clarified |
+| [docs/full_companion_usb_switcher.md](../full_companion_usb_switcher.md) | Corrected or clarified |
+| [docs/gps_tracking.md](../gps_tracking.md) | Scanned; retained |
+| [docs/halo_keymind_settings.md](../halo_keymind_settings.md) | Corrected or clarified |
+| [docs/hardware_validation_checklist.md](../hardware_validation_checklist.md) | Corrected or clarified |
+| [docs/host_cli_service.md](../host_cli_service.md) | Scanned; retained |
+| [docs/index.md](../index.md) | Corrected or clarified |
+| [docs/kiss_modem_protocol.md](../kiss_modem_protocol.md) | Scanned; retained |
+| [docs/lora_ota_automation.md](../lora_ota_automation.md) | Corrected or clarified |
+| [docs/mbedtls-tls-footprint.md](../mbedtls-tls-footprint.md) | Scanned; retained |
+| [docs/nrf52_companion_storage_recovery.md](../nrf52_companion_storage_recovery.md) | Scanned; retained |
+| [docs/nrf52_power_management.md](../nrf52_power_management.md) | Scanned; retained |
+| [docs/number_allocations.md](../number_allocations.md) | Scanned; retained |
+| [docs/ota_easy.md](../ota_easy.md) | Corrected or clarified |
+| [docs/ota_meshtower_v2_sdcard.md](../ota_meshtower_v2_sdcard.md) | Corrected or clarified |
+| [docs/ota_nrf52_bootloader_update.md](../ota_nrf52_bootloader_update.md) | Corrected or clarified |
+| [docs/ota_nrf52_qspi.md](../ota_nrf52_qspi.md) | Corrected or clarified |
+| [docs/ota_protocol.md](../ota_protocol.md) | Corrected or clarified |
+| [docs/ota_user_guide.md](../ota_user_guide.md) | Corrected or clarified |
+| [docs/packet_format.md](../packet_format.md) | Scanned; retained |
+| [docs/payloads.md](../payloads.md) | Scanned; retained |
+| [docs/qr_codes.md](../qr_codes.md) | Scanned; retained |
+| [docs/rak3401_mota_chain.md](../rak3401_mota_chain.md) | Historical record retained |
+| [docs/releases/1.17.1.5.md](../releases/1.17.1.5.md) | Corrected or clarified |
+| [docs/spiffs_regular_file_reads.md](../spiffs_regular_file_reads.md) | Scanned; retained |
+| [docs/stats_binary_frames.md](../stats_binary_frames.md) | Scanned; retained |
+| [docs/telemetry_decoder.md](../telemetry_decoder.md) | Scanned; retained |
+| [docs/terminal_chat_cli.md](../terminal_chat_cli.md) | Scanned; retained |
+| [docs/usb_serial_backpressure.md](../usb_serial_backpressure.md) | Scanned; retained |
+| [examples/host_cli_service/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/examples/host_cli_service/README.md) | Scanned; retained |
+| [lib/PsychicMqttClient/CHANGELOG.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/lib/PsychicMqttClient/CHANGELOG.md) | Vendored documentation/license retained |
+| [lib/PsychicMqttClient/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/lib/PsychicMqttClient/README.md) | Corrected or clarified |
+| [mesh-america/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/mesh-america/README.md) | Corrected or clarified |
+| [test/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/test/README.md) | Scanned; retained |
+| [test/test_mqtt_prefs_codec/FIXTURES.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/test/test_mqtt_prefs_codec/FIXTURES.md) | Historical record retained |
+| [tools/mota/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/tools/mota/README.md) | Scanned; retained |
+| [tools/sensecap_indicator_font/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/tools/sensecap_indicator_font/README.md) | Scanned; retained |
+| [tools/sensecap_indicator_rp2040/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/tools/sensecap_indicator_rp2040/README.md) | Scanned; retained |
+| [variants/sensecap_indicator-espnow/README.md](https://github.com/mikecarper/MeshCore/blob/keymindCascade/variants/sensecap_indicator-espnow/README.md) | Scanned; retained |
diff --git a/docs/releases/1.17.1.5-variant-map.tsv b/docs/releases/1.17.1.5-variant-map.tsv
new file mode 100644
index 00000000..5939b281
--- /dev/null
+++ b/docs/releases/1.17.1.5-variant-map.tsv
@@ -0,0 +1,1362 @@
+old_group old_target status new_group new_target profile mapping app_file exclusion_reason
+companion Ebyte_EoRa-S3_companion_radio_ble built companion Ebyte_EoRa-S3_companion_radio_full full Ebyte_EoRa-S3_companion_radio_ble -> Ebyte_EoRa-S3_companion_radio_full (full_companion) Ebyte_EoRa-S3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Ebyte_EoRa-S3_companion_radio_usb built companion Ebyte_EoRa-S3_companion_radio_full full Ebyte_EoRa-S3_companion_radio_usb -> Ebyte_EoRa-S3_companion_radio_full (full_companion) Ebyte_EoRa-S3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion GAT562_30S_Mesh_Kit_companion_radio_ble built companion GAT562_30S_Mesh_Kit_companion_radio_full full GAT562_30S_Mesh_Kit_companion_radio_ble -> GAT562_30S_Mesh_Kit_companion_radio_full (full_companion) GAT562_30S_Mesh_Kit_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion GAT562_30S_Mesh_Kit_companion_radio_full built companion GAT562_30S_Mesh_Kit_companion_radio_full full GAT562_30S_Mesh_Kit_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion GAT562_30S_Mesh_Kit_companion_radio_usb built companion GAT562_30S_Mesh_Kit_companion_radio_full full GAT562_30S_Mesh_Kit_companion_radio_usb -> GAT562_30S_Mesh_Kit_companion_radio_full (full_companion) GAT562_30S_Mesh_Kit_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion GAT562_Mesh_Tracker_Pro_companion_radio_ble built companion GAT562_Mesh_Tracker_Pro_companion_radio_full full GAT562_Mesh_Tracker_Pro_companion_radio_ble -> GAT562_Mesh_Tracker_Pro_companion_radio_full (full_companion) GAT562_Mesh_Tracker_Pro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion GAT562_Mesh_Tracker_Pro_companion_radio_full built companion GAT562_Mesh_Tracker_Pro_companion_radio_full full GAT562_Mesh_Tracker_Pro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion GAT562_Mesh_Tracker_Pro_companion_radio_usb built companion GAT562_Mesh_Tracker_Pro_companion_radio_full full GAT562_Mesh_Tracker_Pro_companion_radio_usb -> GAT562_Mesh_Tracker_Pro_companion_radio_full (full_companion) GAT562_Mesh_Tracker_Pro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion GAT562_Mesh_Watch13_companion_radio_ble built companion GAT562_Mesh_Watch13_companion_radio_full full GAT562_Mesh_Watch13_companion_radio_ble -> GAT562_Mesh_Watch13_companion_radio_full (full_companion) GAT562_Mesh_Watch13_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Generic_ESPNOW_comp_radio_usb built companion Generic_ESPNOW_companion_radio_full full Generic_ESPNOW_comp_radio_usb -> Generic_ESPNOW_companion_radio_full (full_companion) Generic_ESPNOW_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_E213_companion_radio_ble built companion Heltec_E213_companion_radio_full full Heltec_E213_companion_radio_ble -> Heltec_E213_companion_radio_full (full_companion) Heltec_E213_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_E213_companion_radio_usb built companion Heltec_E213_companion_radio_full full Heltec_E213_companion_radio_usb -> Heltec_E213_companion_radio_full (full_companion) Heltec_E213_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_E290_companion_ble built companion Heltec_E290_companion_radio_full full Heltec_E290_companion_ble -> Heltec_E290_companion_radio_full (full_companion) Heltec_E290_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_E290_companion_usb built companion Heltec_E290_companion_radio_full full Heltec_E290_companion_usb -> Heltec_E290_companion_radio_full (full_companion) Heltec_E290_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_T190_companion_radio_ble_ built companion Heltec_T190_companion_radio_full_ full Heltec_T190_companion_radio_ble_ -> Heltec_T190_companion_radio_full_ (full_companion) Heltec_T190_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_T190_companion_radio_usb_ built companion Heltec_T190_companion_radio_full_ full Heltec_T190_companion_radio_usb_ -> Heltec_T190_companion_radio_full_ (full_companion) Heltec_T190_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_WSL3_companion_radio_ble built companion Heltec_WSL3_companion_radio_full full Heltec_WSL3_companion_radio_ble -> Heltec_WSL3_companion_radio_full (full_companion) Heltec_WSL3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_WSL3_companion_radio_ble_ps built companion Heltec_WSL3_companion_radio_full full Heltec_WSL3_companion_radio_ble_ps -> Heltec_WSL3_companion_radio_ble (runtime setting); Heltec_WSL3_companion_radio_ble -> Heltec_WSL3_companion_radio_full (full_companion) Heltec_WSL3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_WSL3_companion_radio_full built companion Heltec_WSL3_companion_radio_full full Heltec_WSL3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_WSL3_companion_radio_usb built companion Heltec_WSL3_companion_radio_full full Heltec_WSL3_companion_radio_usb -> Heltec_WSL3_companion_radio_full (full_companion) Heltec_WSL3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_WSL3_companion_radio_wifi built companion Heltec_WSL3_companion_radio_full full Heltec_WSL3_companion_radio_wifi -> Heltec_WSL3_companion_radio_full (full_companion) Heltec_WSL3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_Wireless_Paper_companion_radio_ble built companion Heltec_Wireless_Paper_companion_radio_full full Heltec_Wireless_Paper_companion_radio_ble -> Heltec_Wireless_Paper_companion_radio_full (full_companion) Heltec_Wireless_Paper_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_Wireless_Paper_companion_radio_ble_ps built companion Heltec_Wireless_Paper_companion_radio_full full Heltec_Wireless_Paper_companion_radio_ble_ps -> Heltec_Wireless_Paper_companion_radio_ble (runtime setting); Heltec_Wireless_Paper_companion_radio_ble -> Heltec_Wireless_Paper_companion_radio_full (full_companion) Heltec_Wireless_Paper_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_Wireless_Paper_companion_radio_usb built companion Heltec_Wireless_Paper_companion_radio_full full Heltec_Wireless_Paper_companion_radio_usb -> Heltec_Wireless_Paper_companion_radio_full (full_companion) Heltec_Wireless_Paper_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_Wireless_Tracker_companion_radio_ble built companion Heltec_Wireless_Tracker_companion_radio_full full Heltec_Wireless_Tracker_companion_radio_ble -> Heltec_Wireless_Tracker_companion_radio_full (full_companion) Heltec_Wireless_Tracker_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_Wireless_Tracker_companion_radio_ble_ps built companion Heltec_Wireless_Tracker_companion_radio_full full Heltec_Wireless_Tracker_companion_radio_ble_ps -> Heltec_Wireless_Tracker_companion_radio_ble (runtime setting); Heltec_Wireless_Tracker_companion_radio_ble -> Heltec_Wireless_Tracker_companion_radio_full (full_companion) Heltec_Wireless_Tracker_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_Wireless_Tracker_companion_radio_usb built companion Heltec_Wireless_Tracker_companion_radio_full full Heltec_Wireless_Tracker_companion_radio_usb -> Heltec_Wireless_Tracker_companion_radio_full (full_companion) Heltec_Wireless_Tracker_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_ct62_companion_radio_ble built companion Heltec_ct62_companion_radio_full full Heltec_ct62_companion_radio_ble -> Heltec_ct62_companion_radio_full (full_companion) Heltec_ct62_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_ct62_companion_radio_ble_ps built companion Heltec_ct62_companion_radio_full full Heltec_ct62_companion_radio_ble_ps -> Heltec_ct62_companion_radio_ble (runtime setting); Heltec_ct62_companion_radio_ble -> Heltec_ct62_companion_radio_full (full_companion) Heltec_ct62_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_ct62_companion_radio_usb built companion Heltec_ct62_companion_radio_full full Heltec_ct62_companion_radio_usb -> Heltec_ct62_companion_radio_full (full_companion) Heltec_ct62_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_mesh_solar_companion_radio_ble built companion Heltec_mesh_solar_companion_radio_full full Heltec_mesh_solar_companion_radio_ble -> Heltec_mesh_solar_companion_radio_full (full_companion) Heltec_mesh_solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_mesh_solar_companion_radio_full built companion Heltec_mesh_solar_companion_radio_full full Heltec_mesh_solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_mesh_solar_companion_radio_usb built companion Heltec_mesh_solar_companion_radio_full full Heltec_mesh_solar_companion_radio_usb -> Heltec_mesh_solar_companion_radio_full (full_companion) Heltec_mesh_solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t096_companion_radio_ble_femoff built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_ble_femoff -> Heltec_t096_companion_radio_ble_femon (runtime setting); Heltec_t096_companion_radio_ble_femon -> Heltec_t096_companion_radio_full_femon (full_companion) Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t096_companion_radio_ble_femon built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_ble_femon -> Heltec_t096_companion_radio_full_femon (full_companion) Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t096_companion_radio_full_femoff built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_full_femoff -> Heltec_t096_companion_radio_full_femon (runtime setting) Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t096_companion_radio_full_femon built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t096_companion_radio_usb_femoff built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_usb_femoff -> Heltec_t096_companion_radio_usb_femon (runtime setting); Heltec_t096_companion_radio_usb_femon -> Heltec_t096_companion_radio_full_femon (full_companion) Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t096_companion_radio_usb_femon built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_usb_femon -> Heltec_t096_companion_radio_full_femon (full_companion) Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t114_companion_radio_ble built companion Heltec_t114_companion_radio_full full Heltec_t114_companion_radio_ble -> Heltec_t114_companion_radio_full (full_companion) Heltec_t114_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t114_companion_radio_full built companion Heltec_t114_companion_radio_full full Heltec_t114_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t114_companion_radio_usb built companion Heltec_t114_companion_radio_full full Heltec_t114_companion_radio_usb -> Heltec_t114_companion_radio_full (full_companion) Heltec_t114_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t114_without_display_companion_radio_ble built companion Heltec_t114_without_display_companion_radio_full full Heltec_t114_without_display_companion_radio_ble -> Heltec_t114_without_display_companion_radio_full (full_companion) Heltec_t114_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t114_without_display_companion_radio_full built companion Heltec_t114_without_display_companion_radio_full full Heltec_t114_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t114_without_display_companion_radio_usb built companion Heltec_t114_without_display_companion_radio_full full Heltec_t114_without_display_companion_radio_usb -> Heltec_t114_without_display_companion_radio_full (full_companion) Heltec_t114_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t1_companion_radio_ble built companion Heltec_t1_companion_radio_full full Heltec_t1_companion_radio_ble -> Heltec_t1_companion_radio_full (full_companion) Heltec_t1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t1_companion_radio_full built companion Heltec_t1_companion_radio_full full Heltec_t1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_t1_companion_radio_usb built companion Heltec_t1_companion_radio_full full Heltec_t1_companion_radio_usb -> Heltec_t1_companion_radio_full (full_companion) Heltec_t1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_tower_v2_companion_radio_ble built companion Heltec_tower_v2_companion_radio_full full Heltec_tower_v2_companion_radio_ble -> Heltec_tower_v2_companion_radio_full (full_companion) Heltec_tower_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_tower_v2_companion_radio_full built companion Heltec_tower_v2_companion_radio_full full Heltec_tower_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_tower_v2_companion_radio_usb built companion Heltec_tower_v2_companion_radio_full full Heltec_tower_v2_companion_radio_usb -> Heltec_tower_v2_companion_radio_full (full_companion) Heltec_tower_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Heltec_v2_companion_radio_ble built companion Heltec_v2_companion_radio_full full Heltec_v2_companion_radio_ble -> Heltec_v2_companion_radio_full (full_companion) Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_v2_companion_radio_ble_ps built companion Heltec_v2_companion_radio_full full Heltec_v2_companion_radio_ble_ps -> Heltec_v2_companion_radio_ble (runtime setting); Heltec_v2_companion_radio_ble -> Heltec_v2_companion_radio_full (full_companion) Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_v2_companion_radio_full built companion Heltec_v2_companion_radio_full full Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_v2_companion_radio_usb built companion Heltec_v2_companion_radio_full full Heltec_v2_companion_radio_usb -> Heltec_v2_companion_radio_full (full_companion) Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_v2_companion_radio_wifi built companion Heltec_v2_companion_radio_full full Heltec_v2_companion_radio_wifi -> Heltec_v2_companion_radio_full (full_companion) Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_v3_companion_radio_ble built companion Heltec_v3_companion_radio_full full Heltec_v3_companion_radio_ble -> Heltec_v3_companion_radio_full (full_companion) Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_v3_companion_radio_ble_ps built companion Heltec_v3_companion_radio_full full Heltec_v3_companion_radio_ble_ps -> Heltec_v3_companion_radio_ble (runtime setting); Heltec_v3_companion_radio_ble -> Heltec_v3_companion_radio_full (full_companion) Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_v3_companion_radio_full built companion Heltec_v3_companion_radio_full full Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_v3_companion_radio_usb built companion Heltec_v3_companion_radio_full full Heltec_v3_companion_radio_usb -> Heltec_v3_companion_radio_full (full_companion) Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Heltec_v3_companion_radio_wifi built companion Heltec_v3_companion_radio_full full Heltec_v3_companion_radio_wifi -> Heltec_v3_companion_radio_full (full_companion) Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion KeepteenLT1_companion_radio_ble built companion KeepteenLT1_companion_radio_full full KeepteenLT1_companion_radio_ble -> KeepteenLT1_companion_radio_full (full_companion) KeepteenLT1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion KeepteenLT1_companion_radio_full built companion KeepteenLT1_companion_radio_full full KeepteenLT1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion KeepteenLT1_companion_radio_usb built companion KeepteenLT1_companion_radio_full full KeepteenLT1_companion_radio_usb -> KeepteenLT1_companion_radio_full (full_companion) KeepteenLT1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo-Lite_companion_radio_ble built companion LilyGo_T-Echo-Lite_companion_radio_full full LilyGo_T-Echo-Lite_companion_radio_ble -> LilyGo_T-Echo-Lite_companion_radio_full (full_companion) LilyGo_T-Echo-Lite_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo-Lite_non_shell_companion_radio_ble built companion LilyGo_T-Echo-Lite_non_shell_companion_radio_full full LilyGo_T-Echo-Lite_non_shell_companion_radio_ble -> LilyGo_T-Echo-Lite_non_shell_companion_radio_full (full_companion) LilyGo_T-Echo-Lite_non_shell_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo-Lite_non_shell_companion_radio_full built companion LilyGo_T-Echo-Lite_non_shell_companion_radio_full full LilyGo_T-Echo-Lite_non_shell_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo-Lite_non_shell_companion_radio_usb built companion LilyGo_T-Echo-Lite_non_shell_companion_radio_full full LilyGo_T-Echo-Lite_non_shell_companion_radio_usb -> LilyGo_T-Echo-Lite_non_shell_companion_radio_full (full_companion) LilyGo_T-Echo-Lite_non_shell_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo_Card_companion_radio_ble built companion LilyGo_T-Echo_Card_companion_radio_full full LilyGo_T-Echo_Card_companion_radio_ble -> LilyGo_T-Echo_Card_companion_radio_full (full_companion) LilyGo_T-Echo_Card_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo_Card_companion_radio_full built companion LilyGo_T-Echo_Card_companion_radio_full full LilyGo_T-Echo_Card_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo_Card_companion_radio_usb built companion LilyGo_T-Echo_Card_companion_radio_full full LilyGo_T-Echo_Card_companion_radio_usb -> LilyGo_T-Echo_Card_companion_radio_full (full_companion) LilyGo_T-Echo_Card_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo_companion_radio_ble built companion LilyGo_T-Echo_companion_radio_full full LilyGo_T-Echo_companion_radio_ble -> LilyGo_T-Echo_companion_radio_full (full_companion) LilyGo_T-Echo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo_companion_radio_full built companion LilyGo_T-Echo_companion_radio_full full LilyGo_T-Echo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T-Echo_companion_radio_usb built companion LilyGo_T-Echo_companion_radio_full full LilyGo_T-Echo_companion_radio_usb -> LilyGo_T-Echo_companion_radio_full (full_companion) LilyGo_T-Echo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_T3S3_sx1262_companion_radio_ble built companion LilyGo_T3S3_sx1262_companion_radio_full full LilyGo_T3S3_sx1262_companion_radio_ble -> LilyGo_T3S3_sx1262_companion_radio_full (full_companion) LilyGo_T3S3_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_T3S3_sx1262_companion_radio_ble_ps built companion LilyGo_T3S3_sx1262_companion_radio_full full LilyGo_T3S3_sx1262_companion_radio_ble_ps -> LilyGo_T3S3_sx1262_companion_radio_ble (runtime setting); LilyGo_T3S3_sx1262_companion_radio_ble -> LilyGo_T3S3_sx1262_companion_radio_full (full_companion) LilyGo_T3S3_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_T3S3_sx1262_companion_radio_usb built companion LilyGo_T3S3_sx1262_companion_radio_full full LilyGo_T3S3_sx1262_companion_radio_usb -> LilyGo_T3S3_sx1262_companion_radio_full (full_companion) LilyGo_T3S3_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_T3S3_sx1276_companion_radio_ble built companion LilyGo_T3S3_sx1276_companion_radio_full full LilyGo_T3S3_sx1276_companion_radio_ble -> LilyGo_T3S3_sx1276_companion_radio_full (full_companion) LilyGo_T3S3_sx1276_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_T3S3_sx1276_companion_radio_usb built companion LilyGo_T3S3_sx1276_companion_radio_full full LilyGo_T3S3_sx1276_companion_radio_usb -> LilyGo_T3S3_sx1276_companion_radio_full (full_companion) LilyGo_T3S3_sx1276_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TBeam_1W_companion_radio_ble built companion LilyGo_TBeam_1W_companion_radio_full full LilyGo_TBeam_1W_companion_radio_ble -> LilyGo_TBeam_1W_companion_radio_full (full_companion) LilyGo_TBeam_1W_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TBeam_1W_companion_radio_ble_ps built companion LilyGo_TBeam_1W_companion_radio_full full LilyGo_TBeam_1W_companion_radio_ble_ps -> LilyGo_TBeam_1W_companion_radio_ble (runtime setting); LilyGo_TBeam_1W_companion_radio_ble -> LilyGo_TBeam_1W_companion_radio_full (full_companion) LilyGo_TBeam_1W_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TBeam_1W_companion_radio_full built companion LilyGo_TBeam_1W_companion_radio_full full LilyGo_TBeam_1W_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TBeam_1W_companion_radio_usb built companion LilyGo_TBeam_1W_companion_radio_full full LilyGo_TBeam_1W_companion_radio_usb -> LilyGo_TBeam_1W_companion_radio_full (full_companion) LilyGo_TBeam_1W_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TBeam_1W_companion_radio_wifi built companion LilyGo_TBeam_1W_companion_radio_full full LilyGo_TBeam_1W_companion_radio_wifi -> LilyGo_TBeam_1W_companion_radio_full (full_companion) LilyGo_TBeam_1W_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TDeck_companion_radio_ble built companion LilyGo_TDeck_companion_radio_full full LilyGo_TDeck_companion_radio_ble -> LilyGo_TDeck_companion_radio_full (full_companion) LilyGo_TDeck_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TDeck_companion_radio_usb built companion LilyGo_TDeck_companion_radio_full full LilyGo_TDeck_companion_radio_usb -> LilyGo_TDeck_companion_radio_full (full_companion) LilyGo_TDeck_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TETH_Elite_sx1262_companion_radio_ble built companion LilyGo_TETH_Elite_sx1262_companion_radio_full full LilyGo_TETH_Elite_sx1262_companion_radio_ble -> LilyGo_TETH_Elite_sx1262_companion_radio_full (full_companion) LilyGo_TETH_Elite_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TETH_Elite_sx1262_companion_radio_usb built companion LilyGo_TETH_Elite_sx1262_companion_radio_full full LilyGo_TETH_Elite_sx1262_companion_radio_usb -> LilyGo_TETH_Elite_sx1262_companion_radio_full (full_companion) LilyGo_TETH_Elite_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TLora_V2_1_1_6_companion_radio_ble built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_companion_radio_ble -> LilyGo_TLora_V2_1_1_6_companion_radio_full (full_companion) LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TLora_V2_1_1_6_companion_radio_ble_ps built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_companion_radio_ble_ps -> LilyGo_TLora_V2_1_1_6_companion_radio_ble (runtime setting); LilyGo_TLora_V2_1_1_6_companion_radio_ble -> LilyGo_TLora_V2_1_1_6_companion_radio_full (full_companion) LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TLora_V2_1_1_6_companion_radio_full built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TLora_V2_1_1_6_companion_radio_usb built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_companion_radio_usb -> LilyGo_TLora_V2_1_1_6_companion_radio_full (full_companion) LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_TLora_V2_1_1_6_companion_radio_wifi built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_companion_radio_wifi -> LilyGo_TLora_V2_1_1_6_companion_radio_full (full_companion) LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion LilyGo_T_Impulse_Plus_companion_radio_ble built companion LilyGo_T_Impulse_Plus_companion_radio_full full LilyGo_T_Impulse_Plus_companion_radio_ble -> LilyGo_T_Impulse_Plus_companion_radio_full (full_companion) LilyGo_T_Impulse_Plus_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion LilyGo_Tlora_C6_companion_radio_ble_ built companion LilyGo_Tlora_C6_companion_radio_full_ full LilyGo_Tlora_C6_companion_radio_ble_ -> LilyGo_Tlora_C6_companion_radio_full_ (full_companion) LilyGo_Tlora_C6_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion M5Stack_Unit_C6L_companion_radio_ble built companion M5Stack_Unit_C6L_companion_radio_full full M5Stack_Unit_C6L_companion_radio_ble -> M5Stack_Unit_C6L_companion_radio_full (full_companion) M5Stack_Unit_C6L_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion M5Stack_Unit_C6L_companion_radio_usb built companion M5Stack_Unit_C6L_companion_radio_full full M5Stack_Unit_C6L_companion_radio_usb -> M5Stack_Unit_C6L_companion_radio_full (full_companion) M5Stack_Unit_C6L_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion MeshTracker_X1_companion_radio_ble built companion MeshTracker_X1_companion_radio_full full MeshTracker_X1_companion_radio_ble -> MeshTracker_X1_companion_radio_full (full_companion) MeshTracker_X1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion MeshTracker_X1_companion_radio_full built companion MeshTracker_X1_companion_radio_full full MeshTracker_X1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion MeshTracker_X1_companion_radio_usb built companion MeshTracker_X1_companion_radio_full full MeshTracker_X1_companion_radio_usb -> MeshTracker_X1_companion_radio_full (full_companion) MeshTracker_X1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Mesh_pocket_companion_radio_ble built companion Mesh_pocket_companion_radio_full full Mesh_pocket_companion_radio_ble -> Mesh_pocket_companion_radio_full (full_companion) Mesh_pocket_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Mesh_pocket_companion_radio_full built companion Mesh_pocket_companion_radio_full full Mesh_pocket_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Mesh_pocket_companion_radio_usb built companion Mesh_pocket_companion_radio_full full Mesh_pocket_companion_radio_usb -> Mesh_pocket_companion_radio_full (full_companion) Mesh_pocket_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Meshadventurer_sx1262_companion_radio_ble built companion Meshadventurer_sx1262_companion_radio_full full Meshadventurer_sx1262_companion_radio_ble -> Meshadventurer_sx1262_companion_radio_full (full_companion) Meshadventurer_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Meshadventurer_sx1262_companion_radio_usb built companion Meshadventurer_sx1262_companion_radio_full full Meshadventurer_sx1262_companion_radio_usb -> Meshadventurer_sx1262_companion_radio_full (full_companion) Meshadventurer_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Meshadventurer_sx1268_companion_radio_ble built companion Meshadventurer_sx1268_companion_radio_full full Meshadventurer_sx1268_companion_radio_ble -> Meshadventurer_sx1268_companion_radio_full (full_companion) Meshadventurer_sx1268_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Meshadventurer_sx1268_companion_radio_usb built companion Meshadventurer_sx1268_companion_radio_full full Meshadventurer_sx1268_companion_radio_usb -> Meshadventurer_sx1268_companion_radio_full (full_companion) Meshadventurer_sx1268_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Meshimi_companion_radio_ble_ built companion Meshimi_companion_radio_full_ full Meshimi_companion_radio_ble_ -> Meshimi_companion_radio_full_ (full_companion) Meshimi_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Meshtiny_companion_radio_ble built companion Meshtiny_companion_radio_full full Meshtiny_companion_radio_ble -> Meshtiny_companion_radio_full (full_companion) Meshtiny_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Meshtiny_companion_radio_full built companion Meshtiny_companion_radio_full full Meshtiny_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Meshtiny_companion_radio_usb built companion Meshtiny_companion_radio_full full Meshtiny_companion_radio_usb -> Meshtiny_companion_radio_full (full_companion) Meshtiny_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Minewsemi_me25ls01_companion_radio_ble built companion Minewsemi_me25ls01_companion_radio_full full Minewsemi_me25ls01_companion_radio_ble -> Minewsemi_me25ls01_companion_radio_full (full_companion) Minewsemi_me25ls01_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Minewsemi_me25ls01_companion_radio_full built companion Minewsemi_me25ls01_companion_radio_full full Minewsemi_me25ls01_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Minewsemi_me25ls01_companion_radio_usb built companion Minewsemi_me25ls01_companion_radio_full full Minewsemi_me25ls01_companion_radio_usb -> Minewsemi_me25ls01_companion_radio_full (full_companion) Minewsemi_me25ls01_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Nano_G2_Ultra_companion_radio_ble built companion Nano_G2_Ultra_companion_radio_full full Nano_G2_Ultra_companion_radio_ble -> Nano_G2_Ultra_companion_radio_full (full_companion) Nano_G2_Ultra_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Nano_G2_Ultra_companion_radio_full built companion Nano_G2_Ultra_companion_radio_full full Nano_G2_Ultra_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Nano_G2_Ultra_companion_radio_usb built companion Nano_G2_Ultra_companion_radio_full full Nano_G2_Ultra_companion_radio_usb -> Nano_G2_Ultra_companion_radio_full (full_companion) Nano_G2_Ultra_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion PicoW_companion_radio_usb built companion PicoW_companion_radio_usb standard PicoW_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ProMicro_companion_radio_ble built companion ProMicro_companion_radio_full full ProMicro_companion_radio_ble -> ProMicro_companion_radio_full (full_companion) ProMicro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ProMicro_companion_radio_full built companion ProMicro_companion_radio_full full ProMicro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ProMicro_companion_radio_usb built companion ProMicro_companion_radio_full full ProMicro_companion_radio_usb -> ProMicro_companion_radio_full (full_companion) ProMicro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion R1Neo_companion_radio_ble built companion R1Neo_companion_radio_full full R1Neo_companion_radio_ble -> R1Neo_companion_radio_full (full_companion) R1Neo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion R1Neo_companion_radio_full built companion R1Neo_companion_radio_full full R1Neo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion R1Neo_companion_radio_usb built companion R1Neo_companion_radio_full full R1Neo_companion_radio_usb -> R1Neo_companion_radio_full (full_companion) R1Neo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_11310_companion_radio_usb built companion RAK_11310_companion_radio_usb standard RAK_11310_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion RAK_3112_companion_radio_ble built companion RAK_3112_companion_radio_full full RAK_3112_companion_radio_ble -> RAK_3112_companion_radio_full (full_companion) RAK_3112_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion RAK_3112_companion_radio_full built companion RAK_3112_companion_radio_full full RAK_3112_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion RAK_3112_companion_radio_usb built companion RAK_3112_companion_radio_full full RAK_3112_companion_radio_usb -> RAK_3112_companion_radio_full (full_companion) RAK_3112_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion RAK_3112_companion_radio_wifi built companion RAK_3112_companion_radio_full full RAK_3112_companion_radio_wifi -> RAK_3112_companion_radio_full (full_companion) RAK_3112_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion RAK_3401_companion_radio_ble built companion RAK_3401_companion_radio_full full RAK_3401_companion_radio_ble -> RAK_3401_companion_radio_full (full_companion) RAK_3401_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_3401_companion_radio_full built companion RAK_3401_companion_radio_full full RAK_3401_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_3401_companion_radio_usb built companion RAK_3401_companion_radio_full full RAK_3401_companion_radio_usb -> RAK_3401_companion_radio_full (full_companion) RAK_3401_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_3x72_companion_radio_usb built companion RAK_3x72_companion_radio_usb standard RAK_3x72_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion RAK_4631_companion_radio_ble built companion RAK_4631_companion_radio_full full RAK_4631_companion_radio_ble -> RAK_4631_companion_radio_full (full_companion) RAK_4631_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_4631_companion_radio_ethernet built companion RAK_4631_companion_radio_full full RAK_4631_companion_radio_ethernet -> RAK_4631_companion_radio_full (full_companion) RAK_4631_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_4631_companion_radio_full built companion RAK_4631_companion_radio_full full RAK_4631_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_4631_companion_radio_usb built companion RAK_4631_companion_radio_full full RAK_4631_companion_radio_usb -> RAK_4631_companion_radio_full (full_companion) RAK_4631_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_WisMesh_Tag_companion_radio_ble built companion RAK_WisMesh_Tag_companion_radio_full full RAK_WisMesh_Tag_companion_radio_ble -> RAK_WisMesh_Tag_companion_radio_full (full_companion) RAK_WisMesh_Tag_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_WisMesh_Tag_companion_radio_full built companion RAK_WisMesh_Tag_companion_radio_full full RAK_WisMesh_Tag_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion RAK_WisMesh_Tag_companion_radio_usb built companion RAK_WisMesh_Tag_companion_radio_full full RAK_WisMesh_Tag_companion_radio_usb -> RAK_WisMesh_Tag_companion_radio_full (full_companion) RAK_WisMesh_Tag_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion SenseCapIndicator-ESPNow_comp_radio_usb built companion SenseCapIndicator-ESPNow_companion_radio_full full SenseCapIndicator-ESPNow_comp_radio_usb -> SenseCapIndicator-ESPNow_companion_radio_full (full_companion) SenseCapIndicator-ESPNow_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion SenseCap_Solar_companion_radio_ble built companion SenseCap_Solar_companion_radio_full full SenseCap_Solar_companion_radio_ble -> SenseCap_Solar_companion_radio_full (full_companion) SenseCap_Solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion SenseCap_Solar_companion_radio_full built companion SenseCap_Solar_companion_radio_full full SenseCap_Solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion SenseCap_Solar_companion_radio_usb built companion SenseCap_Solar_companion_radio_full full SenseCap_Solar_companion_radio_usb -> SenseCap_Solar_companion_radio_full (full_companion) SenseCap_Solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Station_G2_companion_radio_ble built companion Station_G2_companion_radio_full full Station_G2_companion_radio_ble -> Station_G2_companion_radio_full (full_companion) Station_G2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Station_G2_companion_radio_full built companion Station_G2_companion_radio_full full Station_G2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Station_G2_companion_radio_usb built companion Station_G2_companion_radio_full full Station_G2_companion_radio_usb -> Station_G2_companion_radio_full (full_companion) Station_G2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Station_G2_companion_radio_wifi built companion Station_G2_companion_radio_full full Station_G2_companion_radio_wifi -> Station_G2_companion_radio_full (full_companion) Station_G2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Station_G3_ESP32_companion_radio_ble built companion Station_G3_ESP32_companion_radio_full full Station_G3_ESP32_companion_radio_ble -> Station_G3_ESP32_companion_radio_full (full_companion) Station_G3_ESP32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Station_G3_ESP32_companion_radio_full built companion Station_G3_ESP32_companion_radio_full full Station_G3_ESP32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Station_G3_ESP32_companion_radio_usb built companion Station_G3_ESP32_companion_radio_full full Station_G3_ESP32_companion_radio_usb -> Station_G3_ESP32_companion_radio_full (full_companion) Station_G3_ESP32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Station_G3_ESP32_companion_radio_wifi built companion Station_G3_ESP32_companion_radio_full full Station_G3_ESP32_companion_radio_wifi -> Station_G3_ESP32_companion_radio_full (full_companion) Station_G3_ESP32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion T_Beam_S3_Supreme_SX1262_companion_radio_ble built companion T_Beam_S3_Supreme_SX1262_companion_radio_full full T_Beam_S3_Supreme_SX1262_companion_radio_ble -> T_Beam_S3_Supreme_SX1262_companion_radio_full (full_companion) T_Beam_S3_Supreme_SX1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion T_Beam_S3_Supreme_SX1262_companion_radio_ble_ps built companion T_Beam_S3_Supreme_SX1262_companion_radio_full full T_Beam_S3_Supreme_SX1262_companion_radio_ble_ps -> T_Beam_S3_Supreme_SX1262_companion_radio_ble (runtime setting); T_Beam_S3_Supreme_SX1262_companion_radio_ble -> T_Beam_S3_Supreme_SX1262_companion_radio_full (full_companion) T_Beam_S3_Supreme_SX1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion T_Beam_S3_Supreme_SX1262_companion_radio_wifi built companion T_Beam_S3_Supreme_SX1262_companion_radio_full full T_Beam_S3_Supreme_SX1262_companion_radio_wifi -> T_Beam_S3_Supreme_SX1262_companion_radio_full (full_companion) T_Beam_S3_Supreme_SX1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Tbeam_SX1262_companion_radio_ble built companion Tbeam_SX1262_companion_radio_full full Tbeam_SX1262_companion_radio_ble -> Tbeam_SX1262_companion_radio_full (full_companion) Tbeam_SX1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Tbeam_SX1262_companion_radio_ble_ps built companion Tbeam_SX1262_companion_radio_full full Tbeam_SX1262_companion_radio_ble_ps -> Tbeam_SX1262_companion_radio_ble (runtime setting); Tbeam_SX1262_companion_radio_ble -> Tbeam_SX1262_companion_radio_full (full_companion) Tbeam_SX1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Tbeam_SX1276_companion_radio_ble built companion Tbeam_SX1276_companion_radio_full full Tbeam_SX1276_companion_radio_ble -> Tbeam_SX1276_companion_radio_full (full_companion) Tbeam_SX1276_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Tbeam_SX1276_companion_radio_ble_ps built companion Tbeam_SX1276_companion_radio_full full Tbeam_SX1276_companion_radio_ble_ps -> Tbeam_SX1276_companion_radio_ble (runtime setting); Tbeam_SX1276_companion_radio_ble -> Tbeam_SX1276_companion_radio_full (full_companion) Tbeam_SX1276_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M1_companion_radio_ble built companion ThinkNode_M1_companion_radio_full full ThinkNode_M1_companion_radio_ble -> ThinkNode_M1_companion_radio_full (full_companion) ThinkNode_M1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M1_companion_radio_full built companion ThinkNode_M1_companion_radio_full full ThinkNode_M1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M1_companion_radio_usb built companion ThinkNode_M1_companion_radio_full full ThinkNode_M1_companion_radio_usb -> ThinkNode_M1_companion_radio_full (full_companion) ThinkNode_M1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M2_companion_radio_ble built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_companion_radio_ble -> ThinkNode_M2_companion_radio_full (full_companion) ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M2_companion_radio_full built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M2_companion_radio_serial built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_companion_radio_serial -> ThinkNode_M2_companion_radio_full (full_companion) ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M2_companion_radio_usb built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_companion_radio_usb -> ThinkNode_M2_companion_radio_full (full_companion) ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M2_companion_radio_wifi built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_companion_radio_wifi -> ThinkNode_M2_companion_radio_full (full_companion) ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M3_companion_radio_ble built companion ThinkNode_M3_companion_radio_full full ThinkNode_M3_companion_radio_ble -> ThinkNode_M3_companion_radio_full (full_companion) ThinkNode_M3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M3_companion_radio_full built companion ThinkNode_M3_companion_radio_full full ThinkNode_M3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M3_companion_radio_usb built companion ThinkNode_M3_companion_radio_full full ThinkNode_M3_companion_radio_usb -> ThinkNode_M3_companion_radio_full (full_companion) ThinkNode_M3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M5_companion_radio_ble built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_ble -> ThinkNode_M5_companion_radio_full (full_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M5_companion_radio_ble_ps built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_ble_ps -> ThinkNode_M5_companion_radio_ble (runtime setting); ThinkNode_M5_companion_radio_ble -> ThinkNode_M5_companion_radio_full (full_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M5_companion_radio_full built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M5_companion_radio_serial built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_serial -> ThinkNode_M5_companion_radio_full (full_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M5_companion_radio_usb built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_usb -> ThinkNode_M5_companion_radio_full (full_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M5_companion_radio_wifi built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_wifi -> ThinkNode_M5_companion_radio_full (full_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M6_companion_radio_ble built companion ThinkNode_M6_companion_radio_full full ThinkNode_M6_companion_radio_ble -> ThinkNode_M6_companion_radio_full (full_companion) ThinkNode_M6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M6_companion_radio_full built companion ThinkNode_M6_companion_radio_full full ThinkNode_M6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M6_companion_radio_usb built companion ThinkNode_M6_companion_radio_full full ThinkNode_M6_companion_radio_usb -> ThinkNode_M6_companion_radio_full (full_companion) ThinkNode_M6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M7_companion_radio_ble built companion ThinkNode_M7_companion_radio_full full ThinkNode_M7_companion_radio_ble -> ThinkNode_M7_companion_radio_full (full_companion) ThinkNode_M7_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M7_companion_radio_ethernet built companion ThinkNode_M7_companion_radio_full full ThinkNode_M7_companion_radio_ethernet -> ThinkNode_M7_companion_radio_full (full_companion) ThinkNode_M7_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M7_companion_radio_full built companion ThinkNode_M7_companion_radio_full full ThinkNode_M7_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M7_companion_radio_usb built companion ThinkNode_M7_companion_radio_full full ThinkNode_M7_companion_radio_usb -> ThinkNode_M7_companion_radio_full (full_companion) ThinkNode_M7_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M7_companion_radio_wifi built companion ThinkNode_M7_companion_radio_full full ThinkNode_M7_companion_radio_wifi -> ThinkNode_M7_companion_radio_full (full_companion) ThinkNode_M7_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M8_companion_radio_ble built companion ThinkNode_M8_companion_radio_full full ThinkNode_M8_companion_radio_ble -> ThinkNode_M8_companion_radio_full (full_companion) ThinkNode_M8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M8_companion_radio_full built companion ThinkNode_M8_companion_radio_full full ThinkNode_M8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M8_companion_radio_usb built companion ThinkNode_M8_companion_radio_full full ThinkNode_M8_companion_radio_usb -> ThinkNode_M8_companion_radio_full (full_companion) ThinkNode_M8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ThinkNode_M9_companion_radio_ble_ built companion ThinkNode_M9_companion_radio_full_ full ThinkNode_M9_companion_radio_ble_ -> ThinkNode_M9_companion_radio_full_ (full_companion) ThinkNode_M9_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M9_companion_radio_full_ built companion ThinkNode_M9_companion_radio_full_ full ThinkNode_M9_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M9_companion_radio_usb_ built companion ThinkNode_M9_companion_radio_full_ full ThinkNode_M9_companion_radio_usb_ -> ThinkNode_M9_companion_radio_full_ (full_companion) ThinkNode_M9_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ThinkNode_M9_companion_radio_wifi_ built companion ThinkNode_M9_companion_radio_full_ full ThinkNode_M9_companion_radio_wifi_ -> ThinkNode_M9_companion_radio_full_ (full_companion) ThinkNode_M9_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Tiny_Relay_companion_radio_usb built companion Tiny_Relay_companion_radio_usb standard Tiny_Relay_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion WHY2025_badge_companion_radio_ble_ built companion WHY2025_badge_companion_radio_full_ full WHY2025_badge_companion_radio_ble_ -> WHY2025_badge_companion_radio_full_ (full_companion) WHY2025_badge_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion WioTrackerL1Eink_companion_radio_ble built companion WioTrackerL1Eink_companion_radio_full full WioTrackerL1Eink_companion_radio_ble -> WioTrackerL1Eink_companion_radio_full (full_companion) WioTrackerL1Eink_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion WioTrackerL1_companion_radio_ble built companion WioTrackerL1_companion_radio_full full WioTrackerL1_companion_radio_ble -> WioTrackerL1_companion_radio_full (full_companion) WioTrackerL1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion WioTrackerL1_companion_radio_full built companion WioTrackerL1_companion_radio_full full WioTrackerL1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion WioTrackerL1_companion_radio_usb built companion WioTrackerL1_companion_radio_full full WioTrackerL1_companion_radio_usb -> WioTrackerL1_companion_radio_full (full_companion) WioTrackerL1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Xiao_C3_companion_radio_ble built companion Xiao_C3_companion_radio_full full Xiao_C3_companion_radio_ble -> Xiao_C3_companion_radio_full (full_companion) Xiao_C3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_C3_companion_radio_ble_ps built companion Xiao_C3_companion_radio_full full Xiao_C3_companion_radio_ble_ps -> Xiao_C3_companion_radio_ble (runtime setting); Xiao_C3_companion_radio_ble -> Xiao_C3_companion_radio_full (full_companion) Xiao_C3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_C3_companion_radio_full built companion Xiao_C3_companion_radio_full full Xiao_C3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_C3_companion_radio_usb built companion Xiao_C3_companion_radio_full full Xiao_C3_companion_radio_usb -> Xiao_C3_companion_radio_full (full_companion) Xiao_C3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_C3_companion_radio_wifi built companion Xiao_C3_companion_radio_full full Xiao_C3_companion_radio_wifi -> Xiao_C3_companion_radio_full (full_companion) Xiao_C3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_C6_companion_radio_ble_ built companion Xiao_C6_companion_radio_full_ full Xiao_C6_companion_radio_ble_ -> Xiao_C6_companion_radio_full_ (full_companion) Xiao_C6_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_S3_WIO_companion_radio_ble built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_ble -> Xiao_S3_WIO_companion_radio_full (full_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_S3_WIO_companion_radio_ble_ps built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_ble_ps -> Xiao_S3_WIO_companion_radio_ble (runtime setting); Xiao_S3_WIO_companion_radio_ble -> Xiao_S3_WIO_companion_radio_full (full_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_S3_WIO_companion_radio_full built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_S3_WIO_companion_radio_serial built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_serial -> Xiao_S3_WIO_companion_radio_full (full_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_S3_WIO_companion_radio_usb built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_usb -> Xiao_S3_WIO_companion_radio_full (full_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_S3_WIO_companion_radio_wifi built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_wifi -> Xiao_S3_WIO_companion_radio_full (full_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_S3_companion_radio_ble built companion Xiao_S3_companion_radio_full full Xiao_S3_companion_radio_ble -> Xiao_S3_companion_radio_full (full_companion) Xiao_S3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_S3_companion_radio_ble_ps built companion Xiao_S3_companion_radio_full full Xiao_S3_companion_radio_ble_ps -> Xiao_S3_companion_radio_ble (runtime setting); Xiao_S3_companion_radio_ble -> Xiao_S3_companion_radio_full (full_companion) Xiao_S3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_S3_companion_radio_usb built companion Xiao_S3_companion_radio_full full Xiao_S3_companion_radio_usb -> Xiao_S3_companion_radio_full (full_companion) Xiao_S3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion Xiao_nrf52_companion_radio_ble built companion Xiao_nrf52_companion_radio_full full Xiao_nrf52_companion_radio_ble -> Xiao_nrf52_companion_radio_full (full_companion) Xiao_nrf52_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Xiao_nrf52_companion_radio_full built companion Xiao_nrf52_companion_radio_full full Xiao_nrf52_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Xiao_nrf52_companion_radio_usb built companion Xiao_nrf52_companion_radio_full full Xiao_nrf52_companion_radio_usb -> Xiao_nrf52_companion_radio_full (full_companion) Xiao_nrf52_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion Xiao_rp2040_companion_radio_usb built companion Xiao_rp2040_companion_radio_usb standard Xiao_rp2040_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_rc32_companion_radio_ble built companion heltec_rc32_companion_radio_full full heltec_rc32_companion_radio_ble -> heltec_rc32_companion_radio_full (full_companion) heltec_rc32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_rc32_companion_radio_full built companion heltec_rc32_companion_radio_full full heltec_rc32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_rc32_companion_radio_usb built companion heltec_rc32_companion_radio_full full heltec_rc32_companion_radio_usb -> heltec_rc32_companion_radio_full (full_companion) heltec_rc32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_rc32_companion_radio_wifi built companion heltec_rc32_companion_radio_full full heltec_rc32_companion_radio_wifi -> heltec_rc32_companion_radio_full (full_companion) heltec_rc32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_rc32_without_display_companion_radio_ble built companion heltec_rc32_without_display_companion_radio_full full heltec_rc32_without_display_companion_radio_ble -> heltec_rc32_without_display_companion_radio_full (full_companion) heltec_rc32_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_rc32_without_display_companion_radio_full built companion heltec_rc32_without_display_companion_radio_full full heltec_rc32_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_rc32_without_display_companion_radio_usb built companion heltec_rc32_without_display_companion_radio_full full heltec_rc32_without_display_companion_radio_usb -> heltec_rc32_without_display_companion_radio_full (full_companion) heltec_rc32_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_rc32_without_display_companion_radio_wifi built companion heltec_rc32_without_display_companion_radio_full full heltec_rc32_without_display_companion_radio_wifi -> heltec_rc32_without_display_companion_radio_full (full_companion) heltec_rc32_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_tracker_v2_companion_radio_ble_femoff built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_ble_femoff -> heltec_tracker_v2_companion_radio_ble_femon (runtime setting); heltec_tracker_v2_companion_radio_ble_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_tracker_v2_companion_radio_ble_femon built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_ble_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_tracker_v2_companion_radio_full_femoff built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_full_femoff -> heltec_tracker_v2_companion_radio_full_femon (runtime setting) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_tracker_v2_companion_radio_full_femon built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_tracker_v2_companion_radio_usb_femoff built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_usb_femoff -> heltec_tracker_v2_companion_radio_usb_femon (runtime setting); heltec_tracker_v2_companion_radio_usb_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_tracker_v2_companion_radio_usb_femon built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_usb_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_tracker_v2_companion_radio_wifi_femoff built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_wifi_femoff -> heltec_tracker_v2_companion_radio_wifi_femon (runtime setting); heltec_tracker_v2_companion_radio_wifi_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_tracker_v2_companion_radio_wifi_femon built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_wifi_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_2_v4_3_companion_radio_full_femon built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_companion_radio_ble_femoff built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_3_companion_radio_ble_femoff -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_companion_radio_ble_ps_femoff built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_3_companion_radio_ble_ps_femoff -> heltec_v4_3_companion_radio_ble_femoff (runtime setting); heltec_v4_3_companion_radio_ble_femoff -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_companion_radio_full_femoff built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_3_companion_radio_full_femoff -> heltec_v4_2_v4_3_companion_radio_full_femon (runtime FEM setting) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_companion_radio_usb_femoff built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_3_companion_radio_usb_femoff -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_companion_radio_wifi_femoff built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_3_companion_radio_wifi_femoff -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_expansionkit_tft_companion_radio_ble_femoff built companion heltec_v4_expansionkit_tft_companion_radio_full_femon full heltec_v4_3_expansionkit_tft_companion_radio_ble_femoff -> heltec_v4_expansionkit_tft_companion_radio_full_femon (full_companion) heltec_v4_expansionkit_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_tft_companion_radio_ble_femoff built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_3_tft_companion_radio_ble_femoff -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_tft_companion_radio_full_femoff built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_3_tft_companion_radio_full_femoff -> heltec_v4_tft_companion_radio_full_femon (runtime FEM setting) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_tft_companion_radio_usb_femoff built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_3_tft_companion_radio_usb_femoff -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_3_tft_companion_radio_wifi_femoff built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_3_tft_companion_radio_wifi_femoff -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_companion_radio_ble built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_ble -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_companion_radio_ble_femon built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_ble_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_companion_radio_ble_ps_femon built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_ble_ps_femon -> heltec_v4_companion_radio_ble_femon (runtime setting); heltec_v4_companion_radio_ble_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_companion_radio_usb built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_usb -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_companion_radio_usb_femon built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_usb_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_companion_radio_usb_ps_femoff built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_usb_ps_femoff -> heltec_v4_companion_radio_usb_ps_femon (runtime setting); heltec_v4_companion_radio_usb_ps_femon -> heltec_v4_companion_radio_usb_femon (runtime setting); heltec_v4_companion_radio_usb_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_companion_radio_usb_ps_femon built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_usb_ps_femon -> heltec_v4_companion_radio_usb_femon (runtime setting); heltec_v4_companion_radio_usb_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_companion_radio_wifi_femon built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_wifi_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_expansionkit_tft_companion_radio_ble_femon built companion heltec_v4_expansionkit_tft_companion_radio_full_femon full heltec_v4_expansionkit_tft_companion_radio_ble_femon -> heltec_v4_expansionkit_tft_companion_radio_full_femon (full_companion) heltec_v4_expansionkit_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_expansionkit_tft_companion_radio_ble_ps built companion heltec_v4_expansionkit_tft_companion_radio_full_femon full heltec_v4_expansionkit_tft_companion_radio_ble_ps -> heltec_v4_expansionkit_tft_companion_radio_full_femon (full_companion) heltec_v4_expansionkit_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_r8_companion_radio_ble built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_companion_radio_ble -> heltec_v4_r8_companion_radio_full (full_companion) heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_r8_companion_radio_ble_ps built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_companion_radio_ble_ps -> heltec_v4_r8_companion_radio_ble (runtime setting); heltec_v4_r8_companion_radio_ble -> heltec_v4_r8_companion_radio_full (full_companion) heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_r8_companion_radio_full built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_r8_companion_radio_usb built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_companion_radio_usb -> heltec_v4_r8_companion_radio_full (full_companion) heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_r8_companion_radio_wifi built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_companion_radio_wifi -> heltec_v4_r8_companion_radio_full (full_companion) heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_r8_tft_companion_radio_ble built companion heltec_v4_r8_tft_companion_radio_full full heltec_v4_r8_tft_companion_radio_ble -> heltec_v4_r8_tft_companion_radio_full (full_companion) heltec_v4_r8_tft_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_r8_tft_companion_radio_full built companion heltec_v4_r8_tft_companion_radio_full full heltec_v4_r8_tft_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_r8_tft_companion_radio_usb built companion heltec_v4_r8_tft_companion_radio_full full heltec_v4_r8_tft_companion_radio_usb -> heltec_v4_r8_tft_companion_radio_full (full_companion) heltec_v4_r8_tft_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_r8_tft_companion_radio_wifi built companion heltec_v4_r8_tft_companion_radio_full full heltec_v4_r8_tft_companion_radio_wifi -> heltec_v4_r8_tft_companion_radio_full (full_companion) heltec_v4_r8_tft_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_tft_companion_radio_ble_femon built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_tft_companion_radio_ble_femon -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_tft_companion_radio_full_femon built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_tft_companion_radio_usb_femon built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_tft_companion_radio_usb_femon -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion heltec_v4_tft_companion_radio_wifi_femon built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_tft_companion_radio_wifi_femon -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_ble built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_companion_radio_ble -> ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full (full_companion) ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_usb built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_companion_radio_usb -> ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full (full_companion) ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_ble built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_ble -> ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full (full_companion); ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full -> ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full (runtime setting) ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full -> ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full (runtime setting) ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_usb built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_usb -> ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full (full_companion); ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full -> ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full (runtime setting) ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_nano_nrf_22dbm_companion_radio_ble built companion ikoka_nano_nrf_22dbm_companion_radio_full full ikoka_nano_nrf_22dbm_companion_radio_ble -> ikoka_nano_nrf_22dbm_companion_radio_full (full_companion) ikoka_nano_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_nano_nrf_22dbm_companion_radio_full built companion ikoka_nano_nrf_22dbm_companion_radio_full full ikoka_nano_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_nano_nrf_22dbm_companion_radio_usb built companion ikoka_nano_nrf_22dbm_companion_radio_full full ikoka_nano_nrf_22dbm_companion_radio_usb -> ikoka_nano_nrf_22dbm_companion_radio_full (full_companion) ikoka_nano_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_nano_nrf_30dbm_companion_radio_ble built companion ikoka_nano_nrf_30dbm_companion_radio_full full ikoka_nano_nrf_30dbm_companion_radio_ble -> ikoka_nano_nrf_30dbm_companion_radio_full (full_companion) ikoka_nano_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_nano_nrf_30dbm_companion_radio_full built companion ikoka_nano_nrf_30dbm_companion_radio_full full ikoka_nano_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_nano_nrf_30dbm_companion_radio_usb built companion ikoka_nano_nrf_30dbm_companion_radio_full full ikoka_nano_nrf_30dbm_companion_radio_usb -> ikoka_nano_nrf_30dbm_companion_radio_full (full_companion) ikoka_nano_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_nano_nrf_33dbm_companion_radio_ble built companion ikoka_nano_nrf_33dbm_companion_radio_full full ikoka_nano_nrf_33dbm_companion_radio_ble -> ikoka_nano_nrf_33dbm_companion_radio_full (full_companion) ikoka_nano_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_nano_nrf_33dbm_companion_radio_full built companion ikoka_nano_nrf_33dbm_companion_radio_full full ikoka_nano_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_nano_nrf_33dbm_companion_radio_usb built companion ikoka_nano_nrf_33dbm_companion_radio_full full ikoka_nano_nrf_33dbm_companion_radio_usb -> ikoka_nano_nrf_33dbm_companion_radio_full (full_companion) ikoka_nano_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_stick_nrf_22dbm_companion_radio_ble built companion ikoka_stick_nrf_22dbm_companion_radio_full full ikoka_stick_nrf_22dbm_companion_radio_ble -> ikoka_stick_nrf_22dbm_companion_radio_full (full_companion) ikoka_stick_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_stick_nrf_22dbm_companion_radio_full built companion ikoka_stick_nrf_22dbm_companion_radio_full full ikoka_stick_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_stick_nrf_22dbm_companion_radio_usb built companion ikoka_stick_nrf_22dbm_companion_radio_full full ikoka_stick_nrf_22dbm_companion_radio_usb -> ikoka_stick_nrf_22dbm_companion_radio_full (full_companion) ikoka_stick_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_stick_nrf_30dbm_companion_radio_ble built companion ikoka_stick_nrf_30dbm_companion_radio_full full ikoka_stick_nrf_30dbm_companion_radio_ble -> ikoka_stick_nrf_30dbm_companion_radio_full (full_companion) ikoka_stick_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_stick_nrf_30dbm_companion_radio_full built companion ikoka_stick_nrf_30dbm_companion_radio_full full ikoka_stick_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_stick_nrf_30dbm_companion_radio_usb built companion ikoka_stick_nrf_30dbm_companion_radio_full full ikoka_stick_nrf_30dbm_companion_radio_usb -> ikoka_stick_nrf_30dbm_companion_radio_full (full_companion) ikoka_stick_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_stick_nrf_33dbm_companion_radio_ble built companion ikoka_stick_nrf_33dbm_companion_radio_full full ikoka_stick_nrf_33dbm_companion_radio_ble -> ikoka_stick_nrf_33dbm_companion_radio_full (full_companion) ikoka_stick_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_stick_nrf_33dbm_companion_radio_full built companion ikoka_stick_nrf_33dbm_companion_radio_full full ikoka_stick_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion ikoka_stick_nrf_33dbm_companion_radio_usb built companion ikoka_stick_nrf_33dbm_companion_radio_full full ikoka_stick_nrf_33dbm_companion_radio_usb -> ikoka_stick_nrf_33dbm_companion_radio_full (full_companion) ikoka_stick_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion meshnology_w12_companion_radio_ble built companion meshnology_w12_companion_radio_full full meshnology_w12_companion_radio_ble -> meshnology_w12_companion_radio_full (full_companion) meshnology_w12_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion meshnology_w12_companion_radio_full built companion meshnology_w12_companion_radio_full full meshnology_w12_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion meshnology_w12_companion_radio_usb built companion meshnology_w12_companion_radio_full full meshnology_w12_companion_radio_usb -> meshnology_w12_companion_radio_full (full_companion) meshnology_w12_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion meshnology_w12_companion_radio_wifi built companion meshnology_w12_companion_radio_full full meshnology_w12_companion_radio_wifi -> meshnology_w12_companion_radio_full (full_companion) meshnology_w12_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion nibble_screen_connect_companion_radio_ble_ built companion nibble_screen_connect_companion_radio_full_ full nibble_screen_connect_companion_radio_ble_ -> nibble_screen_connect_companion_radio_full_ (full_companion) nibble_screen_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion nibble_screen_connect_companion_radio_full_ built companion nibble_screen_connect_companion_radio_full_ full nibble_screen_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion nibble_screen_connect_companion_radio_usb_ built companion nibble_screen_connect_companion_radio_full_ full nibble_screen_connect_companion_radio_usb_ -> nibble_screen_connect_companion_radio_full_ (full_companion) nibble_screen_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion nibble_screen_connect_companion_radio_wifi_ built companion nibble_screen_connect_companion_radio_full_ full nibble_screen_connect_companion_radio_wifi_ -> nibble_screen_connect_companion_radio_full_ (full_companion) nibble_screen_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion nibble_zero_connect_companion_radio_ble_ built companion nibble_zero_connect_companion_radio_full_ full nibble_zero_connect_companion_radio_ble_ -> nibble_zero_connect_companion_radio_full_ (full_companion) nibble_zero_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion nibble_zero_connect_companion_radio_full_ built companion nibble_zero_connect_companion_radio_full_ full nibble_zero_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion nibble_zero_connect_companion_radio_usb_ built companion nibble_zero_connect_companion_radio_full_ full nibble_zero_connect_companion_radio_usb_ -> nibble_zero_connect_companion_radio_full_ (full_companion) nibble_zero_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion nibble_zero_connect_companion_radio_wifi_ built companion nibble_zero_connect_companion_radio_full_ full nibble_zero_connect_companion_radio_wifi_ -> nibble_zero_connect_companion_radio_full_ (full_companion) nibble_zero_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion solarxiao_30S_companion_radio_ble built companion solarxiao_30S_companion_radio_full full solarxiao_30S_companion_radio_ble -> solarxiao_30S_companion_radio_full (full_companion) solarxiao_30S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion solarxiao_30S_companion_radio_full built companion solarxiao_30S_companion_radio_full full solarxiao_30S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion solarxiao_30S_companion_radio_usb built companion solarxiao_30S_companion_radio_full full solarxiao_30S_companion_radio_usb -> solarxiao_30S_companion_radio_full (full_companion) solarxiao_30S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion solarxiao_33S_companion_radio_ble built companion solarxiao_33S_companion_radio_full full solarxiao_33S_companion_radio_ble -> solarxiao_33S_companion_radio_full (full_companion) solarxiao_33S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion solarxiao_33S_companion_radio_full built companion solarxiao_33S_companion_radio_full full solarxiao_33S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion solarxiao_33S_companion_radio_usb built companion solarxiao_33S_companion_radio_full full solarxiao_33S_companion_radio_usb -> solarxiao_33S_companion_radio_full (full_companion) solarxiao_33S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion t1000e_companion_radio_ble built companion t1000e_companion_radio_full full t1000e_companion_radio_ble -> t1000e_companion_radio_full (full_companion) t1000e_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion t1000e_companion_radio_full built companion t1000e_companion_radio_full full t1000e_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion t1000e_companion_radio_usb built companion t1000e_companion_radio_full full t1000e_companion_radio_usb -> t1000e_companion_radio_full (full_companion) t1000e_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+companion waveshare_rp2040_lora_companion_radio_usb built companion waveshare_rp2040_lora_companion_radio_usb standard waveshare_rp2040_lora_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion wio-e5-mini_companion_radio_usb built companion wio-e5-mini_companion_radio_usb standard wio-e5-mini_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion wio-e5_companion_radio_usb built companion wio-e5_companion_radio_usb standard wio-e5_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+companion wio_wm1110_companion_radio_ble built companion wio_wm1110_companion_radio_ble standard wio_wm1110_companion_radio_ble-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+full-profiles Ebyte_EoRa-S3_Repeater-full-logging built full-profiles Ebyte_EoRa-S3_Repeater full Ebyte_EoRa-S3_Repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Ebyte_EoRa-S3_room_server-full-logging built full-profiles Ebyte_EoRa-S3_room_server full Ebyte_EoRa-S3_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Generic_E22_sx1262_repeater-full-logging built full-profiles Generic_E22_sx1262_repeater full Generic_E22_sx1262_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Generic_E22_sx1262_repeater_bridge_espnow-full built full-profiles Generic_E22_sx1262_repeater_bridge_espnow full Generic_E22_sx1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Generic_E22_sx1262_repeater_bridge_espnow-full-logging built full-profiles Generic_E22_sx1262_repeater_bridge_espnow full Generic_E22_sx1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Generic_E22_sx1268_repeater-full-logging built full-profiles Generic_E22_sx1268_repeater full Generic_E22_sx1268_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Generic_E22_sx1268_repeater_bridge_espnow-full built full-profiles Generic_E22_sx1268_repeater_bridge_espnow full Generic_E22_sx1268_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Generic_E22_sx1268_repeater_bridge_espnow-full-logging built full-profiles Generic_E22_sx1268_repeater_bridge_espnow full Generic_E22_sx1268_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Generic_ESPNOW_repeatr-full-logging built full-profiles Generic_ESPNOW_repeatr full Generic_ESPNOW_repeatr-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Generic_ESPNOW_room_svr-full-logging built full-profiles Generic_ESPNOW_room_svr full Generic_ESPNOW_room_svr-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_E213_repeater-full-logging built full-profiles Heltec_E213_repeater full Heltec_E213_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_E213_repeater_bridge_espnow-full built full-profiles Heltec_E213_repeater_bridge_espnow full Heltec_E213_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_E213_repeater_bridge_espnow-full-logging built full-profiles Heltec_E213_repeater_bridge_espnow full Heltec_E213_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_E213_room_server-full-logging built full-profiles Heltec_E213_room_server full Heltec_E213_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_E290_repeater-full-logging built full-profiles Heltec_E290_repeater full Heltec_E290_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_E290_repeater_bridge_espnow-full built full-profiles Heltec_E290_repeater_bridge_espnow full Heltec_E290_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_E290_repeater_bridge_espnow-full-logging built full-profiles Heltec_E290_repeater_bridge_espnow full Heltec_E290_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_E290_room_server-full-logging built full-profiles Heltec_E290_room_server full Heltec_E290_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_T190_repeater_-full-logging built full-profiles Heltec_T190_repeater_ full Heltec_T190_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_T190_repeater_bridge_espnow_-full-logging built full-profiles Heltec_T190_repeater_bridge_espnow_ full Heltec_T190_repeater_bridge_espnow_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_T190_repeater_observer_mqtt-full built full-profiles Heltec_T190_repeater_observer_mqtt full Heltec_T190_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_T190_room_server_-full-logging built full-profiles Heltec_T190_room_server_ full Heltec_T190_room_server_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_T190_room_server_observer_mqtt-full built full-profiles Heltec_T190_room_server_observer_mqtt full Heltec_T190_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_WSL3_repeater-full-logging built full-profiles Heltec_WSL3_repeater_observer_mqtt full Heltec_WSL3_repeater -> Heltec_WSL3_repeater_observer_mqtt (mqtt_full) Heltec_WSL3_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_WSL3_repeater_bridge_espnow-full built full-profiles Heltec_WSL3_repeater_bridge_espnow full Heltec_WSL3_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_WSL3_repeater_bridge_espnow-full-logging built full-profiles Heltec_WSL3_repeater_bridge_espnow full Heltec_WSL3_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_WSL3_repeater_bridge_rs232-full-logging built full-profiles Heltec_WSL3_repeater_observer_mqtt full Heltec_WSL3_repeater_bridge_rs232 -> Heltec_WSL3_repeater (rs232); Heltec_WSL3_repeater -> Heltec_WSL3_repeater_observer_mqtt (mqtt_full) Heltec_WSL3_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_WSL3_repeater_observer_mqtt-full built full-profiles Heltec_WSL3_repeater_observer_mqtt full Heltec_WSL3_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_WSL3_room_server-full-logging built full-profiles Heltec_WSL3_room_server_observer_mqtt full Heltec_WSL3_room_server -> Heltec_WSL3_room_server_observer_mqtt (mqtt_full) Heltec_WSL3_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_WSL3_room_server_observer_mqtt-full built full-profiles Heltec_WSL3_room_server_observer_mqtt full Heltec_WSL3_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_WSL3_sensor-full-logging built full-profiles Heltec_WSL3_sensor full Heltec_WSL3_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_Wireless_Paper_repeater-full-logging built full-profiles Heltec_Wireless_Paper_repeater full Heltec_Wireless_Paper_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_Wireless_Paper_repeater_bridge_espnow-full built full-profiles Heltec_Wireless_Paper_repeater_bridge_espnow full Heltec_Wireless_Paper_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_Wireless_Paper_repeater_bridge_espnow-full-logging built full-profiles Heltec_Wireless_Paper_repeater_bridge_espnow full Heltec_Wireless_Paper_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_Wireless_Paper_room_server-full-logging built full-profiles Heltec_Wireless_Paper_room_server full Heltec_Wireless_Paper_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_Wireless_Tracker_repeater-full-logging built full-profiles Heltec_Wireless_Tracker_repeater full Heltec_Wireless_Tracker_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_Wireless_Tracker_repeater_bridge_espnow-full built full-profiles Heltec_Wireless_Tracker_repeater_bridge_espnow full Heltec_Wireless_Tracker_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_Wireless_Tracker_repeater_bridge_espnow-full-logging built full-profiles Heltec_Wireless_Tracker_repeater_bridge_espnow full Heltec_Wireless_Tracker_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_Wireless_Tracker_room_server-full-logging built full-profiles Heltec_Wireless_Tracker_room_server full Heltec_Wireless_Tracker_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_ct62_repeater-full-logging built full-profiles Heltec_ct62_repeater full Heltec_ct62_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_ct62_repeater_bridge_espnow-full built full-profiles Heltec_ct62_repeater_bridge_espnow full Heltec_ct62_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_ct62_repeater_bridge_espnow-full-logging built full-profiles Heltec_ct62_repeater_bridge_espnow full Heltec_ct62_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_ct62_sensor-full-logging built full-profiles Heltec_ct62_sensor full Heltec_ct62_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v2_companion_radio_wifi-full-logging built companion Heltec_v2_companion_radio_full full Heltec_v2_companion_radio_wifi -> Heltec_v2_companion_radio_full (full_companion) Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v2_repeater-full-logging built full-profiles Heltec_v2_repeater full Heltec_v2_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v2_repeater_bridge_espnow-full built full-profiles Heltec_v2_repeater_bridge_espnow full Heltec_v2_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v2_repeater_bridge_espnow-full-logging built full-profiles Heltec_v2_repeater_bridge_espnow full Heltec_v2_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v2_room_server-full-logging built full-profiles Heltec_v2_room_server full Heltec_v2_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v3_repeater-full-logging built full-profiles Heltec_v3_repeater_observer_mqtt full Heltec_v3_repeater -> Heltec_v3_repeater_observer_mqtt (mqtt_full) Heltec_v3_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v3_repeater_bridge_espnow-full built full-profiles Heltec_v3_repeater_bridge_espnow full Heltec_v3_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v3_repeater_bridge_espnow-full-logging built full-profiles Heltec_v3_repeater_bridge_espnow full Heltec_v3_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v3_repeater_bridge_rs232-full-logging built full-profiles Heltec_v3_repeater_observer_mqtt full Heltec_v3_repeater_bridge_rs232 -> Heltec_v3_repeater (rs232); Heltec_v3_repeater -> Heltec_v3_repeater_observer_mqtt (mqtt_full) Heltec_v3_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v3_repeater_observer_mqtt-full built full-profiles Heltec_v3_repeater_observer_mqtt full Heltec_v3_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v3_room_server-full-logging built full-profiles Heltec_v3_room_server_observer_mqtt full Heltec_v3_room_server -> Heltec_v3_room_server_observer_mqtt (mqtt_full) Heltec_v3_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v3_room_server_observer_mqtt-full built full-profiles Heltec_v3_room_server_observer_mqtt full Heltec_v3_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Heltec_v3_sensor-full-logging built full-profiles Heltec_v3_sensor full Heltec_v3_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1262_repeater-full-logging built full-profiles LilyGo_T3S3_sx1262_repeater_observer_mqtt full LilyGo_T3S3_sx1262_repeater -> LilyGo_T3S3_sx1262_repeater_observer_mqtt (mqtt_full) LilyGo_T3S3_sx1262_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1262_repeater_bridge_espnow-full built full-profiles LilyGo_T3S3_sx1262_repeater_bridge_espnow full LilyGo_T3S3_sx1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1262_repeater_bridge_espnow-full-logging built full-profiles LilyGo_T3S3_sx1262_repeater_bridge_espnow full LilyGo_T3S3_sx1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1262_repeater_observer_mqtt-full built full-profiles LilyGo_T3S3_sx1262_repeater_observer_mqtt full LilyGo_T3S3_sx1262_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1262_room_server-full-logging built full-profiles LilyGo_T3S3_sx1262_room_server_observer_mqtt full LilyGo_T3S3_sx1262_room_server -> LilyGo_T3S3_sx1262_room_server_observer_mqtt (mqtt_full) LilyGo_T3S3_sx1262_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1262_room_server_observer_mqtt-full built full-profiles LilyGo_T3S3_sx1262_room_server_observer_mqtt full LilyGo_T3S3_sx1262_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1276_repeater-full-logging built full-profiles LilyGo_T3S3_sx1276_repeater full LilyGo_T3S3_sx1276_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1276_repeater_bridge_espnow-full built full-profiles LilyGo_T3S3_sx1276_repeater_bridge_espnow full LilyGo_T3S3_sx1276_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1276_repeater_bridge_espnow-full-logging built full-profiles LilyGo_T3S3_sx1276_repeater_bridge_espnow full LilyGo_T3S3_sx1276_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_T3S3_sx1276_room_server-full-logging built full-profiles LilyGo_T3S3_sx1276_room_server full LilyGo_T3S3_sx1276_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TBeam_1W_repeater-full-logging built full-profiles LilyGo_TBeam_1W_repeater_observer_mqtt full LilyGo_TBeam_1W_repeater -> LilyGo_TBeam_1W_repeater_observer_mqtt (mqtt_full) LilyGo_TBeam_1W_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TBeam_1W_repeater_bridge_espnow-full built full-profiles LilyGo_TBeam_1W_repeater_bridge_espnow full LilyGo_TBeam_1W_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TBeam_1W_repeater_bridge_espnow-full-logging built full-profiles LilyGo_TBeam_1W_repeater_bridge_espnow full LilyGo_TBeam_1W_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TBeam_1W_repeater_observer_mqtt-full built full-profiles LilyGo_TBeam_1W_repeater_observer_mqtt full LilyGo_TBeam_1W_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TBeam_1W_room_server-full-logging built full-profiles LilyGo_TBeam_1W_room_server_observer_mqtt full LilyGo_TBeam_1W_room_server -> LilyGo_TBeam_1W_room_server_observer_mqtt (mqtt_full) LilyGo_TBeam_1W_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TBeam_1W_room_server_observer_mqtt-full built full-profiles LilyGo_TBeam_1W_room_server_observer_mqtt full LilyGo_TBeam_1W_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TDeck_repeater-full-logging built full-profiles LilyGo_TDeck_repeater full LilyGo_TDeck_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TETH_Elite_sx1262_repeater-full-logging built full-profiles LilyGo_TETH_Elite_sx1262_repeater full LilyGo_TETH_Elite_sx1262_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TETH_Elite_sx1262_room_server-full-logging built full-profiles LilyGo_TETH_Elite_sx1262_room_server full LilyGo_TETH_Elite_sx1262_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TLora_V2_1_1_6_companion_radio_wifi-full-logging built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_companion_radio_wifi -> LilyGo_TLora_V2_1_1_6_companion_radio_full (full_companion) LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TLora_V2_1_1_6_repeater-full-logging built full-profiles LilyGo_TLora_V2_1_1_6_repeater full LilyGo_TLora_V2_1_1_6_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TLora_V2_1_1_6_repeater_bridge_espnow-full built full-profiles LilyGo_TLora_V2_1_1_6_repeater_bridge_espnow full LilyGo_TLora_V2_1_1_6_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TLora_V2_1_1_6_repeater_bridge_espnow-full-logging built full-profiles LilyGo_TLora_V2_1_1_6_repeater_bridge_espnow full LilyGo_TLora_V2_1_1_6_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TLora_V2_1_1_6_repeater_bridge_rs232-full-logging built full-profiles LilyGo_TLora_V2_1_1_6_repeater full LilyGo_TLora_V2_1_1_6_repeater_bridge_rs232 -> LilyGo_TLora_V2_1_1_6_repeater (rs232) LilyGo_TLora_V2_1_1_6_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_TLora_V2_1_1_6_room_server-full-logging built full-profiles LilyGo_TLora_V2_1_1_6_room_server full LilyGo_TLora_V2_1_1_6_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_Tlora_C6_repeater_-full-logging built full-profiles LilyGo_Tlora_C6_repeater_ full LilyGo_Tlora_C6_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles LilyGo_Tlora_C6_room_server_-full-logging built full-profiles LilyGo_Tlora_C6_room_server_ full LilyGo_Tlora_C6_room_server_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles M5Stack_Unit_C6L_repeater-full-logging built full-profiles M5Stack_Unit_C6L_repeater full M5Stack_Unit_C6L_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles M5Stack_Unit_C6L_room_server-full-logging built full-profiles M5Stack_Unit_C6L_room_server full M5Stack_Unit_C6L_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1262_companion_radio_usb-full-logging built companion Meshadventurer_sx1262_companion_radio_full full Meshadventurer_sx1262_companion_radio_usb -> Meshadventurer_sx1262_companion_radio_full (full_companion) Meshadventurer_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1262_repeater-full-logging built full-profiles Meshadventurer_sx1262_repeater full Meshadventurer_sx1262_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1262_repeater_bridge_espnow-full built full-profiles Meshadventurer_sx1262_repeater_bridge_espnow full Meshadventurer_sx1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1262_repeater_bridge_espnow-full-logging built full-profiles Meshadventurer_sx1262_repeater_bridge_espnow full Meshadventurer_sx1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1262_room_server-full-logging built full-profiles Meshadventurer_sx1262_room_server full Meshadventurer_sx1262_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1268_companion_radio_usb-full-logging built companion Meshadventurer_sx1268_companion_radio_full full Meshadventurer_sx1268_companion_radio_usb -> Meshadventurer_sx1268_companion_radio_full (full_companion) Meshadventurer_sx1268_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1268_repeater-full-logging built full-profiles Meshadventurer_sx1268_repeater full Meshadventurer_sx1268_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1268_repeater_bridge_espnow-full built full-profiles Meshadventurer_sx1268_repeater_bridge_espnow full Meshadventurer_sx1268_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1268_repeater_bridge_espnow-full-logging built full-profiles Meshadventurer_sx1268_repeater_bridge_espnow full Meshadventurer_sx1268_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshadventurer_sx1268_room_server-full-logging built full-profiles Meshadventurer_sx1268_room_server full Meshadventurer_sx1268_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Meshimi_repeater_-full-logging built full-profiles Meshimi_repeater_ full Meshimi_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles RAK_3112_repeater-full-logging built full-profiles RAK_3112_repeater_observer_mqtt full RAK_3112_repeater -> RAK_3112_repeater_observer_mqtt (mqtt_full) RAK_3112_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles RAK_3112_repeater_bridge_espnow-full built full-profiles RAK_3112_repeater_bridge_espnow full RAK_3112_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles RAK_3112_repeater_bridge_espnow-full-logging built full-profiles RAK_3112_repeater_bridge_espnow full RAK_3112_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles RAK_3112_repeater_bridge_rs232-full-logging built full-profiles RAK_3112_repeater_observer_mqtt full RAK_3112_repeater_bridge_rs232 -> RAK_3112_repeater (rs232); RAK_3112_repeater -> RAK_3112_repeater_observer_mqtt (mqtt_full) RAK_3112_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles RAK_3112_repeater_observer_mqtt-full built full-profiles RAK_3112_repeater_observer_mqtt full RAK_3112_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles RAK_3112_room_server-full-logging built full-profiles RAK_3112_room_server_observer_mqtt full RAK_3112_room_server -> RAK_3112_room_server_observer_mqtt (mqtt_full) RAK_3112_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles RAK_3112_room_server_observer_mqtt-full built full-profiles RAK_3112_room_server_observer_mqtt full RAK_3112_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles RAK_3112_sensor-full-logging built full-profiles RAK_3112_sensor full RAK_3112_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G2_logging_repeater-full-logging built full-profiles Station_G2_repeater_observer_mqtt full Station_G2_logging_repeater -> Station_G2_repeater (runtime setting); Station_G2_repeater -> Station_G2_repeater_observer_mqtt (mqtt_full) Station_G2_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G2_logging_repeater_bridge_espnow-full built full-profiles Station_G2_repeater_bridge_espnow full Station_G2_logging_repeater_bridge_espnow -> Station_G2_repeater_bridge_espnow (runtime setting) Station_G2_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G2_logging_repeater_bridge_espnow-full-logging built full-profiles Station_G2_repeater_bridge_espnow full Station_G2_logging_repeater_bridge_espnow -> Station_G2_repeater_bridge_espnow (runtime setting) Station_G2_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G2_repeater-full-logging built full-profiles Station_G2_repeater_observer_mqtt full Station_G2_repeater -> Station_G2_repeater_observer_mqtt (mqtt_full) Station_G2_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G2_repeater_bridge_espnow-full built full-profiles Station_G2_repeater_bridge_espnow full Station_G2_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G2_repeater_bridge_espnow-full-logging built full-profiles Station_G2_repeater_bridge_espnow full Station_G2_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G2_repeater_observer_mqtt-full built full-profiles Station_G2_repeater_observer_mqtt full Station_G2_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G2_room_server-full-logging built full-profiles Station_G2_room_server_observer_mqtt full Station_G2_room_server -> Station_G2_room_server_observer_mqtt (mqtt_full) Station_G2_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G2_room_server_observer_mqtt-full built full-profiles Station_G2_room_server_observer_mqtt full Station_G2_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G3_ESP32_logging_repeater-full-logging built full-profiles Station_G3_ESP32_repeater_observer_mqtt full Station_G3_ESP32_logging_repeater -> Station_G3_ESP32_repeater (runtime setting); Station_G3_ESP32_repeater -> Station_G3_ESP32_repeater_observer_mqtt (mqtt_full) Station_G3_ESP32_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G3_ESP32_repeater-full-logging built full-profiles Station_G3_ESP32_repeater_observer_mqtt full Station_G3_ESP32_repeater -> Station_G3_ESP32_repeater_observer_mqtt (mqtt_full) Station_G3_ESP32_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G3_ESP32_repeater_observer_mqtt-full built full-profiles Station_G3_ESP32_repeater_observer_mqtt full Station_G3_ESP32_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G3_ESP32_room_server-full-logging built full-profiles Station_G3_ESP32_room_server_observer_mqtt full Station_G3_ESP32_room_server -> Station_G3_ESP32_room_server_observer_mqtt (mqtt_full) Station_G3_ESP32_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Station_G3_ESP32_room_server_observer_mqtt-full built full-profiles Station_G3_ESP32_room_server_observer_mqtt full Station_G3_ESP32_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles T_Beam_S3_Supreme_SX1262_repeater-full-logging built full-profiles T_Beam_S3_Supreme_SX1262_repeater_observer_mqtt full T_Beam_S3_Supreme_SX1262_repeater -> T_Beam_S3_Supreme_SX1262_repeater_observer_mqtt (mqtt_full) T_Beam_S3_Supreme_SX1262_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles T_Beam_S3_Supreme_SX1262_repeater_bridge_espnow-full built full-profiles T_Beam_S3_Supreme_SX1262_repeater_bridge_espnow full T_Beam_S3_Supreme_SX1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles T_Beam_S3_Supreme_SX1262_repeater_bridge_espnow-full-logging built full-profiles T_Beam_S3_Supreme_SX1262_repeater_bridge_espnow full T_Beam_S3_Supreme_SX1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles T_Beam_S3_Supreme_SX1262_repeater_observer_mqtt-full built full-profiles T_Beam_S3_Supreme_SX1262_repeater_observer_mqtt full T_Beam_S3_Supreme_SX1262_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles T_Beam_S3_Supreme_SX1262_room_server-full-logging built full-profiles T_Beam_S3_Supreme_SX1262_room_server_observer_mqtt full T_Beam_S3_Supreme_SX1262_room_server -> T_Beam_S3_Supreme_SX1262_room_server_observer_mqtt (mqtt_full) T_Beam_S3_Supreme_SX1262_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles T_Beam_S3_Supreme_SX1262_room_server_observer_mqtt-full built full-profiles T_Beam_S3_Supreme_SX1262_room_server_observer_mqtt full T_Beam_S3_Supreme_SX1262_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1262_repeater-full-logging built full-profiles Tbeam_SX1262_repeater_observer_mqtt full Tbeam_SX1262_repeater -> Tbeam_SX1262_repeater_observer_mqtt (mqtt_full) Tbeam_SX1262_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1262_repeater_bridge_espnow-full built full-profiles Tbeam_SX1262_repeater_bridge_espnow full Tbeam_SX1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1262_repeater_bridge_espnow-full-logging built full-profiles Tbeam_SX1262_repeater_bridge_espnow full Tbeam_SX1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1262_repeater_observer_mqtt-full built full-profiles Tbeam_SX1262_repeater_observer_mqtt full Tbeam_SX1262_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1262_room_server-full-logging built full-profiles Tbeam_SX1262_room_server_observer_mqtt full Tbeam_SX1262_room_server -> Tbeam_SX1262_room_server_observer_mqtt (mqtt_full) Tbeam_SX1262_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1262_room_server_observer_mqtt-full built full-profiles Tbeam_SX1262_room_server_observer_mqtt full Tbeam_SX1262_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1276_repeater-full-logging built full-profiles Tbeam_SX1276_repeater_observer_mqtt full Tbeam_SX1276_repeater -> Tbeam_SX1276_repeater_observer_mqtt (mqtt_full) Tbeam_SX1276_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1276_repeater_bridge_espnow-full built full-profiles Tbeam_SX1276_repeater_bridge_espnow full Tbeam_SX1276_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1276_repeater_bridge_espnow-full-logging built full-profiles Tbeam_SX1276_repeater_bridge_espnow full Tbeam_SX1276_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1276_repeater_observer_mqtt-full built full-profiles Tbeam_SX1276_repeater_observer_mqtt full Tbeam_SX1276_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1276_room_server-full-logging built full-profiles Tbeam_SX1276_room_server_observer_mqtt full Tbeam_SX1276_room_server -> Tbeam_SX1276_room_server_observer_mqtt (mqtt_full) Tbeam_SX1276_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tbeam_SX1276_room_server_observer_mqtt-full built full-profiles Tbeam_SX1276_room_server_observer_mqtt full Tbeam_SX1276_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tenstar_C3_sx1262_repeater-full-logging built full-profiles Tenstar_C3_sx1262_repeater full Tenstar_C3_sx1262_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tenstar_C3_sx1262_repeater_bridge_espnow-full built full-profiles Tenstar_C3_sx1262_repeater_bridge_espnow full Tenstar_C3_sx1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tenstar_C3_sx1262_repeater_bridge_espnow-full-logging built full-profiles Tenstar_C3_sx1262_repeater_bridge_espnow full Tenstar_C3_sx1262_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tenstar_C3_sx1268_repeater-full-logging built full-profiles Tenstar_C3_sx1268_repeater full Tenstar_C3_sx1268_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tenstar_C3_sx1268_repeater_bridge_espnow-full built full-profiles Tenstar_C3_sx1268_repeater_bridge_espnow full Tenstar_C3_sx1268_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Tenstar_C3_sx1268_repeater_bridge_espnow-full-logging built full-profiles Tenstar_C3_sx1268_repeater_bridge_espnow full Tenstar_C3_sx1268_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M2_Repeater-full-logging built full-profiles ThinkNode_M2_Repeater full ThinkNode_M2_Repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M2_Repeater_bridge_espnow-full built full-profiles ThinkNode_M2_Repeater_bridge_espnow full ThinkNode_M2_Repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M2_Repeater_bridge_espnow-full-logging built full-profiles ThinkNode_M2_Repeater_bridge_espnow full ThinkNode_M2_Repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M2_room_server-full-logging built full-profiles ThinkNode_M2_room_server full ThinkNode_M2_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M5_Repeater-full-logging built full-profiles ThinkNode_M5_Repeater full ThinkNode_M5_Repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M5_Repeater_bridge_espnow-full built full-profiles ThinkNode_M5_Repeater_bridge_espnow full ThinkNode_M5_Repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M5_Repeater_bridge_espnow-full-logging built full-profiles ThinkNode_M5_Repeater_bridge_espnow full ThinkNode_M5_Repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M5_room_server-full-logging built full-profiles ThinkNode_M5_room_server full ThinkNode_M5_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M7_repeater-full-logging built full-profiles ThinkNode_M7_repeater_observer_mqtt full ThinkNode_M7_repeater -> ThinkNode_M7_repeater_observer_mqtt (mqtt_full) ThinkNode_M7_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M7_repeater_observer_mqtt-full built full-profiles ThinkNode_M7_repeater_observer_mqtt full ThinkNode_M7_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M7_room_server-full-logging built full-profiles ThinkNode_M7_room_server_observer_mqtt full ThinkNode_M7_room_server -> ThinkNode_M7_room_server_observer_mqtt (mqtt_full) ThinkNode_M7_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M7_room_server_observer_mqtt-full built full-profiles ThinkNode_M7_room_server_observer_mqtt full ThinkNode_M7_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M9_repeater_-full-logging built full-profiles ThinkNode_M9_repeater_ full ThinkNode_M9_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles ThinkNode_M9_room_server_-full-logging built full-profiles ThinkNode_M9_room_server_ full ThinkNode_M9_room_server_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles WHY2025_badge_repeater_-full-logging built full-profiles WHY2025_badge_repeater_ full WHY2025_badge_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_C3_repeater-full-logging built full-profiles Xiao_C3_repeater full Xiao_C3_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_C3_room_server-full-logging built full-profiles Xiao_C3_room_server full Xiao_C3_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_C6_repeater_-full-logging built full-profiles Xiao_C6_repeater_ full Xiao_C6_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_WIO_repeater-full-logging built full-profiles Xiao_S3_WIO_repeater_observer_mqtt full Xiao_S3_WIO_repeater -> Xiao_S3_WIO_repeater_observer_mqtt (mqtt_full) Xiao_S3_WIO_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_WIO_repeater_bridge_espnow-full built full-profiles Xiao_S3_WIO_repeater_bridge_espnow full Xiao_S3_WIO_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_WIO_repeater_bridge_espnow-full-logging built full-profiles Xiao_S3_WIO_repeater_bridge_espnow full Xiao_S3_WIO_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_WIO_repeater_observer_mqtt-full built full-profiles Xiao_S3_WIO_repeater_observer_mqtt full Xiao_S3_WIO_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_WIO_room_server-full-logging built full-profiles Xiao_S3_WIO_room_server_observer_mqtt full Xiao_S3_WIO_room_server -> Xiao_S3_WIO_room_server_observer_mqtt (mqtt_full) Xiao_S3_WIO_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_WIO_room_server_observer_mqtt-full built full-profiles Xiao_S3_WIO_room_server_observer_mqtt full Xiao_S3_WIO_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_WIO_sensor-full-logging built full-profiles Xiao_S3_WIO_sensor full Xiao_S3_WIO_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_repeater-full-logging built full-profiles Xiao_S3_repeater full Xiao_S3_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_repeater_bridge_espnow-full built full-profiles Xiao_S3_repeater_bridge_espnow full Xiao_S3_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_repeater_bridge_espnow-full-logging built full-profiles Xiao_S3_repeater_bridge_espnow full Xiao_S3_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_room_server-full-logging built full-profiles Xiao_S3_room_server full Xiao_S3_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles Xiao_S3_sensor-full-logging built full-profiles Xiao_S3_sensor full Xiao_S3_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_repeater-full-logging built full-profiles heltec_rc32_repeater full heltec_rc32_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_repeater_bridge_espnow-full built full-profiles heltec_rc32_repeater_bridge_espnow full heltec_rc32_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_repeater_bridge_espnow-full-logging built full-profiles heltec_rc32_repeater_bridge_espnow full heltec_rc32_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_room_server-full-logging built full-profiles heltec_rc32_room_server full heltec_rc32_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_sensor-full-logging built full-profiles heltec_rc32_sensor full heltec_rc32_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_without_display_repeater-full-logging built full-profiles heltec_rc32_without_display_repeater full heltec_rc32_without_display_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_without_display_repeater_bridge_espnow-full built full-profiles heltec_rc32_without_display_repeater_bridge_espnow full heltec_rc32_without_display_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_without_display_repeater_bridge_espnow-full-logging built full-profiles heltec_rc32_without_display_repeater_bridge_espnow full heltec_rc32_without_display_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_without_display_room_server-full-logging built full-profiles heltec_rc32_without_display_room_server full heltec_rc32_without_display_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_rc32_without_display_sensor-full-logging built full-profiles heltec_rc32_without_display_sensor full heltec_rc32_without_display_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_tracker_v1_1_repeater_observer_mqtt-full built full-profiles heltec_tracker_v1_1_repeater_observer_mqtt full heltec_tracker_v1_1_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_tracker_v1_1_room_server_observer_mqtt-full built full-profiles heltec_tracker_v1_1_room_server_observer_mqtt full heltec_tracker_v1_1_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_tracker_v2_repeater-full-logging built full-profiles heltec_tracker_v2_repeater_observer_mqtt full heltec_tracker_v2_repeater -> heltec_tracker_v2_repeater_observer_mqtt (mqtt_full) heltec_tracker_v2_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_tracker_v2_repeater_bridge_espnow-full built full-profiles heltec_tracker_v2_repeater_bridge_espnow full heltec_tracker_v2_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_tracker_v2_repeater_bridge_espnow-full-logging built full-profiles heltec_tracker_v2_repeater_bridge_espnow full heltec_tracker_v2_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_tracker_v2_repeater_observer_mqtt-full built full-profiles heltec_tracker_v2_repeater_observer_mqtt full heltec_tracker_v2_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_tracker_v2_room_server-full-logging built full-profiles heltec_tracker_v2_room_server_observer_mqtt full heltec_tracker_v2_room_server -> heltec_tracker_v2_room_server_observer_mqtt (mqtt_full) heltec_tracker_v2_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_tracker_v2_room_server_observer_mqtt-full built full-profiles heltec_tracker_v2_room_server_observer_mqtt full heltec_tracker_v2_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_tracker_v2_sensor-full-logging built full-profiles heltec_tracker_v2_sensor full heltec_tracker_v2_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_expansionkit_repeater-full-logging built full-profiles heltec_v4_expansionkit_repeater_observer_mqtt full heltec_v4_expansionkit_repeater -> heltec_v4_expansionkit_repeater_observer_mqtt (mqtt_full) heltec_v4_expansionkit_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_expansionkit_repeater_observer_mqtt-full built full-profiles heltec_v4_expansionkit_repeater_observer_mqtt full heltec_v4_expansionkit_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_expansionkit_room_server_observer_mqtt-full built full-profiles heltec_v4_expansionkit_room_server_observer_mqtt full heltec_v4_expansionkit_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_r8_repeater-full-logging built full-profiles heltec_v4_r8_repeater_observer_mqtt full heltec_v4_r8_repeater -> heltec_v4_r8_repeater_observer_mqtt (mqtt_full) heltec_v4_r8_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_r8_room_server-full-logging built full-profiles heltec_v4_r8_room_server_observer_mqtt full heltec_v4_r8_room_server -> heltec_v4_r8_room_server_observer_mqtt (mqtt_full) heltec_v4_r8_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_r8_sensor-full-logging built full-profiles heltec_v4_r8_sensor full heltec_v4_r8_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_r8_tft_repeater-full-logging built full-profiles heltec_v4_r8_tft_repeater_observer_mqtt full heltec_v4_r8_tft_repeater -> heltec_v4_r8_tft_repeater_observer_mqtt (mqtt_full) heltec_v4_r8_tft_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_r8_tft_room_server-full-logging built full-profiles heltec_v4_r8_tft_room_server_observer_mqtt full heltec_v4_r8_tft_room_server -> heltec_v4_r8_tft_room_server_observer_mqtt (mqtt_full) heltec_v4_r8_tft_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_r8_tft_sensor-full-logging built full-profiles heltec_v4_r8_tft_sensor full heltec_v4_r8_tft_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_repeater-full-logging built full-profiles heltec_v4_repeater_observer_mqtt full heltec_v4_repeater -> heltec_v4_repeater_observer_mqtt (mqtt_full) heltec_v4_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_repeater_bridge_espnow-full built full-profiles heltec_v4_repeater_bridge_espnow full heltec_v4_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_repeater_bridge_espnow-full-logging built full-profiles heltec_v4_repeater_bridge_espnow full heltec_v4_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_repeater_observer_mqtt-full built full-profiles heltec_v4_repeater_observer_mqtt full heltec_v4_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_room_server-full-logging built full-profiles heltec_v4_room_server_observer_mqtt full heltec_v4_room_server -> heltec_v4_room_server_observer_mqtt (mqtt_full) heltec_v4_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_room_server_observer_mqtt-full built full-profiles heltec_v4_room_server_observer_mqtt full heltec_v4_room_server_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_sensor-full-logging built full-profiles heltec_v4_sensor full heltec_v4_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_tft_repeater-full-logging built full-profiles heltec_v4_tft_repeater full heltec_v4_tft_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_tft_repeater_bridge_espnow-full built full-profiles heltec_v4_tft_repeater_bridge_espnow full heltec_v4_tft_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_tft_repeater_bridge_espnow-full-logging built full-profiles heltec_v4_tft_repeater_bridge_espnow full heltec_v4_tft_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_tft_room_server-full-logging built full-profiles heltec_v4_tft_room_server full heltec_v4_tft_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles heltec_v4_tft_sensor-full-logging built full-profiles heltec_v4_tft_sensor full heltec_v4_tft_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles meshnology_w12_repeater-full-logging built full-profiles meshnology_w12_repeater full meshnology_w12_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles meshnology_w12_repeater_bridge_espnow-full built full-profiles meshnology_w12_repeater_bridge_espnow full meshnology_w12_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles meshnology_w12_repeater_bridge_espnow-full-logging built full-profiles meshnology_w12_repeater_bridge_espnow full meshnology_w12_repeater_bridge_espnow-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles meshnology_w12_room_server-full-logging built full-profiles meshnology_w12_room_server full meshnology_w12_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles meshnology_w12_sensor-full-logging built full-profiles meshnology_w12_sensor full meshnology_w12_sensor-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles nibble_screen_connect_repeater_-full-logging built full-profiles nibble_screen_connect_repeater_ full nibble_screen_connect_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles nibble_screen_connect_repeater_bridge_espnow_-full-logging built full-profiles nibble_screen_connect_repeater_bridge_espnow_ full nibble_screen_connect_repeater_bridge_espnow_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles nibble_screen_connect_room_server_-full-logging built full-profiles nibble_screen_connect_room_server_ full nibble_screen_connect_room_server_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles nibble_zero_connect_repeater_-full-logging built full-profiles nibble_zero_connect_repeater_ full nibble_zero_connect_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles nibble_zero_connect_repeater_bridge_espnow_-full-logging built full-profiles nibble_zero_connect_repeater_bridge_espnow_ full nibble_zero_connect_repeater_bridge_espnow_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+full-profiles nibble_zero_connect_room_server_-full-logging built full-profiles nibble_zero_connect_room_server_ full nibble_zero_connect_room_server_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Ebyte_EoRa-S3_Repeater-logging built repeater-room Ebyte_EoRa-S3_Repeater standard Ebyte_EoRa-S3_Repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Ebyte_EoRa-S3_companion_radio_usb-logging built companion Ebyte_EoRa-S3_companion_radio_full full Ebyte_EoRa-S3_companion_radio_usb -> Ebyte_EoRa-S3_companion_radio_full (full_companion) Ebyte_EoRa-S3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Ebyte_EoRa-S3_room_server-logging built repeater-room Ebyte_EoRa-S3_room_server standard Ebyte_EoRa-S3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Ebyte_EoRa-S3_terminal_chat-logging built companion Ebyte_EoRa-S3_companion_radio_full full Ebyte_EoRa-S3_terminal_chat -> Ebyte_EoRa-S3_companion_radio_full (terminal_companion) Ebyte_EoRa-S3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging GAT562_30S_Mesh_Kit_companion_radio_full-logging built companion GAT562_30S_Mesh_Kit_companion_radio_full full GAT562_30S_Mesh_Kit_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging GAT562_30S_Mesh_Kit_companion_radio_usb-logging built companion GAT562_30S_Mesh_Kit_companion_radio_full full GAT562_30S_Mesh_Kit_companion_radio_usb -> GAT562_30S_Mesh_Kit_companion_radio_full (full_companion) GAT562_30S_Mesh_Kit_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging GAT562_30S_Mesh_Kit_repeater-logging built repeater-room GAT562_30S_Mesh_Kit_repeater standard GAT562_30S_Mesh_Kit_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging GAT562_30S_Mesh_Kit_room_server-logging built repeater-room GAT562_30S_Mesh_Kit_room_server standard GAT562_30S_Mesh_Kit_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging GAT562_Mesh_EVB_Pro_repeater-logging built repeater-room GAT562_Mesh_EVB_Pro_repeater standard GAT562_Mesh_EVB_Pro_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging GAT562_Mesh_EVB_Pro_room_server-logging built repeater-room GAT562_Mesh_EVB_Pro_room_server standard GAT562_Mesh_EVB_Pro_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging GAT562_Mesh_Tracker_Pro_companion_radio_full-logging built companion GAT562_Mesh_Tracker_Pro_companion_radio_full full GAT562_Mesh_Tracker_Pro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging GAT562_Mesh_Tracker_Pro_companion_radio_usb-logging built companion GAT562_Mesh_Tracker_Pro_companion_radio_full full GAT562_Mesh_Tracker_Pro_companion_radio_usb -> GAT562_Mesh_Tracker_Pro_companion_radio_full (full_companion) GAT562_Mesh_Tracker_Pro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging GAT562_Mesh_Tracker_Pro_repeater-logging built repeater-room GAT562_Mesh_Tracker_Pro_repeater standard GAT562_Mesh_Tracker_Pro_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging GAT562_Mesh_Tracker_Pro_room_server-logging built repeater-room GAT562_Mesh_Tracker_Pro_room_server standard GAT562_Mesh_Tracker_Pro_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Generic_E22_sx1262_repeater-logging built repeater-room Generic_E22_sx1262_repeater standard Generic_E22_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Generic_E22_sx1268_repeater-logging built repeater-room Generic_E22_sx1268_repeater standard Generic_E22_sx1268_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Generic_ESPNOW_comp_radio_usb-logging built companion Generic_ESPNOW_companion_radio_full full Generic_ESPNOW_comp_radio_usb -> Generic_ESPNOW_companion_radio_full (full_companion) Generic_ESPNOW_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Generic_ESPNOW_repeatr-logging built repeater-room Generic_ESPNOW_repeatr standard Generic_ESPNOW_repeatr-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Generic_ESPNOW_room_svr-logging built repeater-room Generic_ESPNOW_room_svr standard Generic_ESPNOW_room_svr-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Generic_ESPNOW_terminal_chat-logging built companion Generic_ESPNOW_companion_radio_full full Generic_ESPNOW_terminal_chat -> Generic_ESPNOW_companion_radio_full (terminal_companion) Generic_ESPNOW_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_E213_companion_radio_usb-logging built companion Heltec_E213_companion_radio_full full Heltec_E213_companion_radio_usb -> Heltec_E213_companion_radio_full (full_companion) Heltec_E213_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_E213_repeater-logging built repeater-room Heltec_E213_repeater standard Heltec_E213_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_E213_room_server-logging built repeater-room Heltec_E213_room_server standard Heltec_E213_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_E290_companion_usb-logging built companion Heltec_E290_companion_radio_full full Heltec_E290_companion_usb -> Heltec_E290_companion_radio_full (full_companion) Heltec_E290_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_E290_repeater-logging built repeater-room Heltec_E290_repeater standard Heltec_E290_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_E290_room_server-logging built repeater-room Heltec_E290_room_server standard Heltec_E290_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_T190_companion_radio_usb_-logging built companion Heltec_T190_companion_radio_full_ full Heltec_T190_companion_radio_usb_ -> Heltec_T190_companion_radio_full_ (full_companion) Heltec_T190_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_T190_repeater_-logging built repeater-room Heltec_T190_repeater_ standard Heltec_T190_repeater_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_T190_room_server_-logging built repeater-room Heltec_T190_room_server_ standard Heltec_T190_room_server_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_WSL3_companion_radio_full-logging built companion Heltec_WSL3_companion_radio_full full Heltec_WSL3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_WSL3_companion_radio_usb-logging built companion Heltec_WSL3_companion_radio_full full Heltec_WSL3_companion_radio_usb -> Heltec_WSL3_companion_radio_full (full_companion) Heltec_WSL3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_WSL3_companion_radio_wifi-logging built companion Heltec_WSL3_companion_radio_full full Heltec_WSL3_companion_radio_wifi -> Heltec_WSL3_companion_radio_full (full_companion) Heltec_WSL3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_WSL3_repeater-logging built repeater-room Heltec_WSL3_repeater standard Heltec_WSL3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_WSL3_repeater_bridge_rs232-logging built repeater-room Heltec_WSL3_repeater standard Heltec_WSL3_repeater_bridge_rs232 -> Heltec_WSL3_repeater (rs232) Heltec_WSL3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_WSL3_room_server-logging built repeater-room Heltec_WSL3_room_server standard Heltec_WSL3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_WSL3_sensor-logging built utility Heltec_WSL3_sensor standard Heltec_WSL3_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_Wireless_Paper_companion_radio_usb-logging built companion Heltec_Wireless_Paper_companion_radio_full full Heltec_Wireless_Paper_companion_radio_usb -> Heltec_Wireless_Paper_companion_radio_full (full_companion) Heltec_Wireless_Paper_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_Wireless_Paper_repeater-logging built repeater-room Heltec_Wireless_Paper_repeater standard Heltec_Wireless_Paper_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_Wireless_Paper_room_server-logging built repeater-room Heltec_Wireless_Paper_room_server standard Heltec_Wireless_Paper_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_Wireless_Tracker_companion_radio_usb-logging built companion Heltec_Wireless_Tracker_companion_radio_full full Heltec_Wireless_Tracker_companion_radio_usb -> Heltec_Wireless_Tracker_companion_radio_full (full_companion) Heltec_Wireless_Tracker_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_Wireless_Tracker_repeater-logging built repeater-room Heltec_Wireless_Tracker_repeater standard Heltec_Wireless_Tracker_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_Wireless_Tracker_room_server-logging built repeater-room Heltec_Wireless_Tracker_room_server standard Heltec_Wireless_Tracker_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_ct62_companion_radio_usb-logging built companion Heltec_ct62_companion_radio_full full Heltec_ct62_companion_radio_usb -> Heltec_ct62_companion_radio_full (full_companion) Heltec_ct62_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_ct62_repeater-logging built repeater-room Heltec_ct62_repeater standard Heltec_ct62_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_ct62_sensor-logging built utility Heltec_ct62_sensor standard Heltec_ct62_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_mesh_solar_companion_radio_full-logging built companion Heltec_mesh_solar_companion_radio_full full Heltec_mesh_solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_mesh_solar_companion_radio_usb-logging built companion Heltec_mesh_solar_companion_radio_full full Heltec_mesh_solar_companion_radio_usb -> Heltec_mesh_solar_companion_radio_full (full_companion) Heltec_mesh_solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_mesh_solar_repeater-logging built repeater-room Heltec_mesh_solar_repeater standard Heltec_mesh_solar_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_mesh_solar_room_server-logging built repeater-room Heltec_mesh_solar_room_server standard Heltec_mesh_solar_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t096_companion_radio_full_femoff-logging built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_full_femoff -> Heltec_t096_companion_radio_full_femon (runtime setting) Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t096_companion_radio_full_femon-logging built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t096_companion_radio_usb_femoff-logging built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_usb_femoff -> Heltec_t096_companion_radio_usb_femon (runtime setting); Heltec_t096_companion_radio_usb_femon -> Heltec_t096_companion_radio_full_femon (full_companion) Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t096_companion_radio_usb_femon-logging built companion Heltec_t096_companion_radio_full_femon full Heltec_t096_companion_radio_usb_femon -> Heltec_t096_companion_radio_full_femon (full_companion) Heltec_t096_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t096_repeater-logging built repeater-room Heltec_t096_repeater standard Heltec_t096_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t096_repeater_bridge_rs232-logging built repeater-room Heltec_t096_repeater standard Heltec_t096_repeater_bridge_rs232 -> Heltec_t096_repeater (rs232) Heltec_t096_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t096_room_server-logging built repeater-room Heltec_t096_room_server standard Heltec_t096_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t096_sensor-logging built utility Heltec_t096_sensor standard Heltec_t096_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_companion_radio_full-logging built companion Heltec_t114_companion_radio_full full Heltec_t114_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_companion_radio_usb-logging built companion Heltec_t114_companion_radio_full full Heltec_t114_companion_radio_usb -> Heltec_t114_companion_radio_full (full_companion) Heltec_t114_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_repeater-logging built repeater-room Heltec_t114_repeater standard Heltec_t114_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_repeater_bridge_rs232-logging built repeater-room Heltec_t114_repeater standard Heltec_t114_repeater_bridge_rs232 -> Heltec_t114_repeater (rs232) Heltec_t114_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_room_server-logging built repeater-room Heltec_t114_room_server standard Heltec_t114_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_without_display_companion_radio_full-logging built companion Heltec_t114_without_display_companion_radio_full full Heltec_t114_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_without_display_companion_radio_usb-logging built companion Heltec_t114_without_display_companion_radio_full full Heltec_t114_without_display_companion_radio_usb -> Heltec_t114_without_display_companion_radio_full (full_companion) Heltec_t114_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_without_display_repeater-logging built repeater-room Heltec_t114_without_display_repeater standard Heltec_t114_without_display_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_without_display_repeater_bridge_rs232-logging built repeater-room Heltec_t114_without_display_repeater standard Heltec_t114_without_display_repeater_bridge_rs232 -> Heltec_t114_without_display_repeater (rs232) Heltec_t114_without_display_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t114_without_display_room_server-logging built repeater-room Heltec_t114_without_display_room_server standard Heltec_t114_without_display_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t1_companion_radio_full-logging built companion Heltec_t1_companion_radio_full full Heltec_t1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t1_companion_radio_usb-logging built companion Heltec_t1_companion_radio_full full Heltec_t1_companion_radio_usb -> Heltec_t1_companion_radio_full (full_companion) Heltec_t1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t1_repeater-logging built repeater-room Heltec_t1_repeater standard Heltec_t1_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_t1_room_server-logging built repeater-room Heltec_t1_room_server standard Heltec_t1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_tower_v2_companion_radio_full-logging built companion Heltec_tower_v2_companion_radio_full full Heltec_tower_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_tower_v2_companion_radio_usb-logging built companion Heltec_tower_v2_companion_radio_full full Heltec_tower_v2_companion_radio_usb -> Heltec_tower_v2_companion_radio_full (full_companion) Heltec_tower_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_tower_v2_repeater-logging built repeater-room Heltec_tower_v2_repeater standard Heltec_tower_v2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_tower_v2_room_server-logging built repeater-room Heltec_tower_v2_room_server standard Heltec_tower_v2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Heltec_v2_companion_radio_full-logging built companion Heltec_v2_companion_radio_full full Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v2_companion_radio_usb-logging built companion Heltec_v2_companion_radio_full full Heltec_v2_companion_radio_usb -> Heltec_v2_companion_radio_full (full_companion) Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v2_companion_radio_wifi-logging built companion Heltec_v2_companion_radio_full full Heltec_v2_companion_radio_wifi -> Heltec_v2_companion_radio_full (full_companion) Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v2_repeater-logging built repeater-room Heltec_v2_repeater standard Heltec_v2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v2_room_server-logging built repeater-room Heltec_v2_room_server standard Heltec_v2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v2_terminal_chat-logging built companion Heltec_v2_companion_radio_full full Heltec_v2_terminal_chat -> Heltec_v2_companion_radio_full (terminal_companion) Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v3_companion_radio_full-logging built companion Heltec_v3_companion_radio_full full Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v3_companion_radio_usb-logging built companion Heltec_v3_companion_radio_full full Heltec_v3_companion_radio_usb -> Heltec_v3_companion_radio_full (full_companion) Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v3_companion_radio_wifi-logging built companion Heltec_v3_companion_radio_full full Heltec_v3_companion_radio_wifi -> Heltec_v3_companion_radio_full (full_companion) Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v3_repeater-logging built repeater-room Heltec_v3_repeater standard Heltec_v3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v3_repeater_bridge_rs232-logging built repeater-room Heltec_v3_repeater standard Heltec_v3_repeater_bridge_rs232 -> Heltec_v3_repeater (rs232) Heltec_v3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v3_room_server-logging built repeater-room Heltec_v3_room_server standard Heltec_v3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v3_sensor-logging built utility Heltec_v3_sensor standard Heltec_v3_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Heltec_v3_terminal_chat-logging built companion Heltec_v3_companion_radio_full full Heltec_v3_terminal_chat -> Heltec_v3_companion_radio_full (terminal_companion) Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging KeepteenLT1_companion_radio_full-logging built companion KeepteenLT1_companion_radio_full full KeepteenLT1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging KeepteenLT1_companion_radio_usb-logging built companion KeepteenLT1_companion_radio_full full KeepteenLT1_companion_radio_usb -> KeepteenLT1_companion_radio_full (full_companion) KeepteenLT1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging KeepteenLT1_repeater-logging built repeater-room KeepteenLT1_repeater standard KeepteenLT1_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging KeepteenLT1_room_server-logging built repeater-room KeepteenLT1_room_server standard KeepteenLT1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo-Lite_non_shell_companion_radio_full-logging built companion LilyGo_T-Echo-Lite_non_shell_companion_radio_full full LilyGo_T-Echo-Lite_non_shell_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo-Lite_non_shell_companion_radio_usb-logging built companion LilyGo_T-Echo-Lite_non_shell_companion_radio_full full LilyGo_T-Echo-Lite_non_shell_companion_radio_usb -> LilyGo_T-Echo-Lite_non_shell_companion_radio_full (full_companion) LilyGo_T-Echo-Lite_non_shell_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo-Lite_repeater-logging built repeater-room LilyGo_T-Echo-Lite_repeater standard LilyGo_T-Echo-Lite_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo-Lite_room_server-logging built repeater-room LilyGo_T-Echo-Lite_room_server standard LilyGo_T-Echo-Lite_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo_Card_companion_radio_full-logging built companion LilyGo_T-Echo_Card_companion_radio_full full LilyGo_T-Echo_Card_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo_Card_companion_radio_usb-logging built companion LilyGo_T-Echo_Card_companion_radio_full full LilyGo_T-Echo_Card_companion_radio_usb -> LilyGo_T-Echo_Card_companion_radio_full (full_companion) LilyGo_T-Echo_Card_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo_Card_repeater-logging built repeater-room LilyGo_T-Echo_Card_repeater standard LilyGo_T-Echo_Card_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo_Card_room_server-logging built repeater-room LilyGo_T-Echo_Card_room_server standard LilyGo_T-Echo_Card_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo_companion_radio_full-logging built companion LilyGo_T-Echo_companion_radio_full full LilyGo_T-Echo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo_companion_radio_usb-logging built companion LilyGo_T-Echo_companion_radio_full full LilyGo_T-Echo_companion_radio_usb -> LilyGo_T-Echo_companion_radio_full (full_companion) LilyGo_T-Echo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo_repeater-logging built repeater-room LilyGo_T-Echo_repeater standard LilyGo_T-Echo_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T-Echo_room_server-logging built repeater-room LilyGo_T-Echo_room_server standard LilyGo_T-Echo_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_T3S3_sx1262_companion_radio_usb-logging built companion LilyGo_T3S3_sx1262_companion_radio_full full LilyGo_T3S3_sx1262_companion_radio_usb -> LilyGo_T3S3_sx1262_companion_radio_full (full_companion) LilyGo_T3S3_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_T3S3_sx1262_repeater-logging built repeater-room LilyGo_T3S3_sx1262_repeater standard LilyGo_T3S3_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_T3S3_sx1262_room_server-logging built repeater-room LilyGo_T3S3_sx1262_room_server standard LilyGo_T3S3_sx1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_T3S3_sx1262_terminal_chat-logging built companion LilyGo_T3S3_sx1262_companion_radio_full full LilyGo_T3S3_sx1262_terminal_chat -> LilyGo_T3S3_sx1262_companion_radio_full (terminal_companion) LilyGo_T3S3_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_T3S3_sx1276_companion_radio_usb-logging built companion LilyGo_T3S3_sx1276_companion_radio_full full LilyGo_T3S3_sx1276_companion_radio_usb -> LilyGo_T3S3_sx1276_companion_radio_full (full_companion) LilyGo_T3S3_sx1276_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_T3S3_sx1276_repeater-logging built repeater-room LilyGo_T3S3_sx1276_repeater standard LilyGo_T3S3_sx1276_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_T3S3_sx1276_room_server-logging built repeater-room LilyGo_T3S3_sx1276_room_server standard LilyGo_T3S3_sx1276_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_T3S3_sx1276_terminal_chat-logging built companion LilyGo_T3S3_sx1276_companion_radio_full full LilyGo_T3S3_sx1276_terminal_chat -> LilyGo_T3S3_sx1276_companion_radio_full (terminal_companion) LilyGo_T3S3_sx1276_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TBeam_1W_companion_radio_full-logging built companion LilyGo_TBeam_1W_companion_radio_full full LilyGo_TBeam_1W_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TBeam_1W_companion_radio_usb-logging built companion LilyGo_TBeam_1W_companion_radio_full full LilyGo_TBeam_1W_companion_radio_usb -> LilyGo_TBeam_1W_companion_radio_full (full_companion) LilyGo_TBeam_1W_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TBeam_1W_companion_radio_wifi-logging built companion LilyGo_TBeam_1W_companion_radio_full full LilyGo_TBeam_1W_companion_radio_wifi -> LilyGo_TBeam_1W_companion_radio_full (full_companion) LilyGo_TBeam_1W_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TBeam_1W_repeater-logging built repeater-room LilyGo_TBeam_1W_repeater standard LilyGo_TBeam_1W_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TBeam_1W_room_server-logging built repeater-room LilyGo_TBeam_1W_room_server standard LilyGo_TBeam_1W_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TDeck_companion_radio_usb-logging built companion LilyGo_TDeck_companion_radio_full full LilyGo_TDeck_companion_radio_usb -> LilyGo_TDeck_companion_radio_full (full_companion) LilyGo_TDeck_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TDeck_repeater-logging built repeater-room LilyGo_TDeck_repeater standard LilyGo_TDeck_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TETH_Elite_sx1262_companion_radio_usb-logging built companion LilyGo_TETH_Elite_sx1262_companion_radio_full full LilyGo_TETH_Elite_sx1262_companion_radio_usb -> LilyGo_TETH_Elite_sx1262_companion_radio_full (full_companion) LilyGo_TETH_Elite_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TETH_Elite_sx1262_repeater-logging built repeater-room LilyGo_TETH_Elite_sx1262_repeater standard LilyGo_TETH_Elite_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TETH_Elite_sx1262_room_server-logging built repeater-room LilyGo_TETH_Elite_sx1262_room_server standard LilyGo_TETH_Elite_sx1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TLora_V2_1_1_6_companion_radio_full-logging built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TLora_V2_1_1_6_companion_radio_usb-logging built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_companion_radio_usb -> LilyGo_TLora_V2_1_1_6_companion_radio_full (full_companion) LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TLora_V2_1_1_6_companion_radio_wifi-logging built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_companion_radio_wifi -> LilyGo_TLora_V2_1_1_6_companion_radio_full (full_companion) LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TLora_V2_1_1_6_repeater-logging built repeater-room LilyGo_TLora_V2_1_1_6_repeater standard LilyGo_TLora_V2_1_1_6_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TLora_V2_1_1_6_repeater_bridge_rs232-logging built repeater-room LilyGo_TLora_V2_1_1_6_repeater standard LilyGo_TLora_V2_1_1_6_repeater_bridge_rs232 -> LilyGo_TLora_V2_1_1_6_repeater (rs232) LilyGo_TLora_V2_1_1_6_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TLora_V2_1_1_6_room_server-logging built repeater-room LilyGo_TLora_V2_1_1_6_room_server standard LilyGo_TLora_V2_1_1_6_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_TLora_V2_1_1_6_terminal_chat-logging built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_terminal_chat -> LilyGo_TLora_V2_1_1_6_companion_radio_full (terminal_companion) LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_T_Impulse_Plus_repeater-logging built repeater-room LilyGo_T_Impulse_Plus_repeater standard LilyGo_T_Impulse_Plus_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging LilyGo_Tlora_C6_repeater_-logging built full-profiles LilyGo_Tlora_C6_repeater_ full LilyGo_Tlora_C6_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging LilyGo_Tlora_C6_room_server_-logging built full-profiles LilyGo_Tlora_C6_room_server_ full LilyGo_Tlora_C6_room_server_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging M5Stack_Unit_C6L_companion_radio_usb-logging built companion M5Stack_Unit_C6L_companion_radio_full full M5Stack_Unit_C6L_companion_radio_usb -> M5Stack_Unit_C6L_companion_radio_full (full_companion) M5Stack_Unit_C6L_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging M5Stack_Unit_C6L_repeater-logging built full-profiles M5Stack_Unit_C6L_repeater full M5Stack_Unit_C6L_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging M5Stack_Unit_C6L_room_server-logging built full-profiles M5Stack_Unit_C6L_room_server full M5Stack_Unit_C6L_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging MeshTracker_X1_companion_radio_full-logging built companion MeshTracker_X1_companion_radio_full full MeshTracker_X1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging MeshTracker_X1_companion_radio_usb-logging built companion MeshTracker_X1_companion_radio_full full MeshTracker_X1_companion_radio_usb -> MeshTracker_X1_companion_radio_full (full_companion) MeshTracker_X1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging MeshTracker_X1_repeater-logging built repeater-room MeshTracker_X1_repeater standard MeshTracker_X1_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging MeshTracker_X1_room_server-logging built repeater-room MeshTracker_X1_room_server standard MeshTracker_X1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Mesh_pocket_companion_radio_full-logging built companion Mesh_pocket_companion_radio_full full Mesh_pocket_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Mesh_pocket_companion_radio_usb-logging built companion Mesh_pocket_companion_radio_full full Mesh_pocket_companion_radio_usb -> Mesh_pocket_companion_radio_full (full_companion) Mesh_pocket_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Mesh_pocket_repeater-logging built repeater-room Mesh_pocket_repeater standard Mesh_pocket_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Mesh_pocket_room_server-logging built repeater-room Mesh_pocket_room_server standard Mesh_pocket_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Meshadventurer_sx1262_companion_radio_usb-logging built companion Meshadventurer_sx1262_companion_radio_full full Meshadventurer_sx1262_companion_radio_usb -> Meshadventurer_sx1262_companion_radio_full (full_companion) Meshadventurer_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Meshadventurer_sx1262_repeater-logging built repeater-room Meshadventurer_sx1262_repeater standard Meshadventurer_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Meshadventurer_sx1262_room_server-logging built repeater-room Meshadventurer_sx1262_room_server standard Meshadventurer_sx1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Meshadventurer_sx1262_terminal_chat-logging built companion Meshadventurer_sx1262_companion_radio_full full Meshadventurer_sx1262_terminal_chat -> Meshadventurer_sx1262_companion_radio_full (terminal_companion) Meshadventurer_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Meshadventurer_sx1268_companion_radio_usb-logging built companion Meshadventurer_sx1268_companion_radio_full full Meshadventurer_sx1268_companion_radio_usb -> Meshadventurer_sx1268_companion_radio_full (full_companion) Meshadventurer_sx1268_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Meshadventurer_sx1268_repeater-logging built repeater-room Meshadventurer_sx1268_repeater standard Meshadventurer_sx1268_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Meshadventurer_sx1268_room_server-logging built repeater-room Meshadventurer_sx1268_room_server standard Meshadventurer_sx1268_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Meshadventurer_sx1268_terminal_chat-logging built companion Meshadventurer_sx1268_companion_radio_full full Meshadventurer_sx1268_terminal_chat -> Meshadventurer_sx1268_companion_radio_full (terminal_companion) Meshadventurer_sx1268_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Meshimi_repeater_-logging built full-profiles Meshimi_repeater_ full Meshimi_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Meshtiny_companion_radio_full-logging built companion Meshtiny_companion_radio_full full Meshtiny_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Meshtiny_companion_radio_usb-logging built companion Meshtiny_companion_radio_full full Meshtiny_companion_radio_usb -> Meshtiny_companion_radio_full (full_companion) Meshtiny_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Minewsemi_me25ls01_companion_radio_full-logging built companion Minewsemi_me25ls01_companion_radio_full full Minewsemi_me25ls01_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Minewsemi_me25ls01_companion_radio_usb-logging built companion Minewsemi_me25ls01_companion_radio_full full Minewsemi_me25ls01_companion_radio_usb -> Minewsemi_me25ls01_companion_radio_full (full_companion) Minewsemi_me25ls01_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Minewsemi_me25ls01_repeater-logging built repeater-room Minewsemi_me25ls01_repeater standard Minewsemi_me25ls01_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Minewsemi_me25ls01_room_server-logging built repeater-room Minewsemi_me25ls01_room_server standard Minewsemi_me25ls01_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Minewsemi_me25ls01_terminal_chat-logging built companion Minewsemi_me25ls01_companion_radio_full full Minewsemi_me25ls01_terminal_chat -> Minewsemi_me25ls01_companion_radio_full (terminal_companion) Minewsemi_me25ls01_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Nano_G2_Ultra_companion_radio_full-logging built companion Nano_G2_Ultra_companion_radio_full full Nano_G2_Ultra_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Nano_G2_Ultra_companion_radio_usb-logging built companion Nano_G2_Ultra_companion_radio_full full Nano_G2_Ultra_companion_radio_usb -> Nano_G2_Ultra_companion_radio_full (full_companion) Nano_G2_Ultra_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Nano_G2_Ultra_repeater-logging built repeater-room Nano_G2_Ultra_repeater standard Nano_G2_Ultra_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Nano_G2_Ultra_room_server-logging built repeater-room Nano_G2_Ultra_room_server standard Nano_G2_Ultra_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging PicoW_companion_radio_usb-logging built companion PicoW_companion_radio_usb standard PicoW_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging PicoW_repeater-logging excluded PicoW_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging PicoW_room_server-logging excluded PicoW_room_server No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging PicoW_terminal_chat-logging built companion PicoW_companion_radio_usb standard PicoW_terminal_chat -> PicoW_companion_radio_usb (terminal_companion) PicoW_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ProMicro_companion_radio_full-logging built companion ProMicro_companion_radio_full full ProMicro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ProMicro_companion_radio_usb-logging built companion ProMicro_companion_radio_full full ProMicro_companion_radio_usb -> ProMicro_companion_radio_full (full_companion) ProMicro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ProMicro_repeater-logging built repeater-room ProMicro_repeater standard ProMicro_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ProMicro_repeater_bridge_rs232_serial1-logging built repeater-room ProMicro_repeater standard ProMicro_repeater_bridge_rs232_serial1 -> ProMicro_repeater (rs232) ProMicro_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ProMicro_room_server-logging built repeater-room ProMicro_room_server standard ProMicro_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ProMicro_sensor-logging built utility ProMicro_sensor standard ProMicro_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ProMicro_terminal_chat-logging built companion ProMicro_companion_radio_full full ProMicro_terminal_chat -> ProMicro_companion_radio_full (terminal_companion) ProMicro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging R1Neo_companion_radio_full-logging built companion R1Neo_companion_radio_full full R1Neo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging R1Neo_companion_radio_usb-logging built companion R1Neo_companion_radio_full full R1Neo_companion_radio_usb -> R1Neo_companion_radio_full (full_companion) R1Neo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging R1Neo_repeater-logging built repeater-room R1Neo_repeater standard R1Neo_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging R1Neo_room_server-logging built repeater-room R1Neo_room_server standard R1Neo_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging R1Neo_sensor-logging built utility R1Neo_sensor standard R1Neo_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging R1Neo_terminal_chat-logging built companion R1Neo_companion_radio_full full R1Neo_terminal_chat -> R1Neo_companion_radio_full (terminal_companion) R1Neo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_11310_companion_radio_usb-logging built companion RAK_11310_companion_radio_usb standard RAK_11310_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_11310_repeater-logging excluded RAK_11310_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging RAK_11310_repeater_bridge_rs232-logging excluded RAK_11310_repeater RAK_11310_repeater_bridge_rs232 -> RAK_11310_repeater (rs232) No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging RAK_11310_room_server-logging excluded RAK_11310_room_server No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging RAK_11310_terminal_chat-logging built companion RAK_11310_companion_radio_usb standard RAK_11310_terminal_chat -> RAK_11310_companion_radio_usb (terminal_companion) RAK_11310_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3112_companion_radio_full-logging built companion RAK_3112_companion_radio_full full RAK_3112_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3112_companion_radio_usb-logging built companion RAK_3112_companion_radio_full full RAK_3112_companion_radio_usb -> RAK_3112_companion_radio_full (full_companion) RAK_3112_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3112_companion_radio_wifi-logging built companion RAK_3112_companion_radio_full full RAK_3112_companion_radio_wifi -> RAK_3112_companion_radio_full (full_companion) RAK_3112_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3112_repeater-logging built repeater-room RAK_3112_repeater standard RAK_3112_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3112_repeater_bridge_rs232-logging built repeater-room RAK_3112_repeater standard RAK_3112_repeater_bridge_rs232 -> RAK_3112_repeater (rs232) RAK_3112_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3112_room_server-logging built repeater-room RAK_3112_room_server standard RAK_3112_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3112_sensor-logging built utility RAK_3112_sensor standard RAK_3112_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3112_terminal_chat-logging built companion RAK_3112_companion_radio_full full RAK_3112_terminal_chat -> RAK_3112_companion_radio_full (terminal_companion) RAK_3112_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3401_companion_radio_full-logging built companion RAK_3401_companion_radio_full full RAK_3401_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_3401_companion_radio_usb-logging built companion RAK_3401_companion_radio_full full RAK_3401_companion_radio_usb -> RAK_3401_companion_radio_full (full_companion) RAK_3401_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_3401_repeater-logging built repeater-room RAK_3401_repeater standard RAK_3401_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_3401_room_server-logging built repeater-room RAK_3401_room_server standard RAK_3401_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_3401_sensor-logging built utility RAK_3401_sensor standard RAK_3401_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_3401_terminal_chat-logging built companion RAK_3401_companion_radio_full full RAK_3401_terminal_chat -> RAK_3401_companion_radio_full (terminal_companion) RAK_3401_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_3x72_companion_radio_usb-logging built companion RAK_3x72_companion_radio_usb standard RAK_3x72_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging RAK_3x72_repeater-logging excluded RAK_3x72_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging RAK_3x72_sensor-logging excluded RAK_3x72_sensor No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging RAK_4631_companion_radio_ethernet-logging built companion RAK_4631_companion_radio_full full RAK_4631_companion_radio_ethernet -> RAK_4631_companion_radio_full (full_companion) RAK_4631_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_companion_radio_full-logging built companion RAK_4631_companion_radio_full full RAK_4631_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_companion_radio_usb-logging built companion RAK_4631_companion_radio_full full RAK_4631_companion_radio_usb -> RAK_4631_companion_radio_full (full_companion) RAK_4631_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_repeater-logging built repeater-room RAK_4631_repeater standard RAK_4631_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_repeater_bridge_rs232_serial1-logging built repeater-room RAK_4631_repeater standard RAK_4631_repeater_bridge_rs232_serial1 -> RAK_4631_repeater (rs232) RAK_4631_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_repeater_bridge_rs232_serial2-logging built repeater-room RAK_4631_repeater standard RAK_4631_repeater_bridge_rs232_serial2 -> RAK_4631_repeater (rs232) RAK_4631_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_repeater_ethernet-logging built repeater-room RAK_4631_repeater_ethernet standard RAK_4631_repeater_ethernet-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_room_server-logging built repeater-room RAK_4631_room_server standard RAK_4631_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_room_server_ethernet-logging built repeater-room RAK_4631_room_server_ethernet standard RAK_4631_room_server_ethernet-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_sensor-logging built utility RAK_4631_sensor standard RAK_4631_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_4631_terminal_chat-logging built companion RAK_4631_companion_radio_full full RAK_4631_terminal_chat -> RAK_4631_companion_radio_full (terminal_companion) RAK_4631_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_WisMesh_Tag_companion_radio_full-logging built companion RAK_WisMesh_Tag_companion_radio_full full RAK_WisMesh_Tag_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_WisMesh_Tag_companion_radio_usb-logging built companion RAK_WisMesh_Tag_companion_radio_full full RAK_WisMesh_Tag_companion_radio_usb -> RAK_WisMesh_Tag_companion_radio_full (full_companion) RAK_WisMesh_Tag_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_WisMesh_Tag_repeater-logging built repeater-room RAK_WisMesh_Tag_repeater standard RAK_WisMesh_Tag_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_WisMesh_Tag_room_server-logging built repeater-room RAK_WisMesh_Tag_room_server standard RAK_WisMesh_Tag_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging RAK_WisMesh_Tag_sensor-logging built utility RAK_WisMesh_Tag_sensor standard RAK_WisMesh_Tag_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging SenseCapIndicator-ESPNow_comp_radio_usb-logging built companion SenseCapIndicator-ESPNow_companion_radio_full full SenseCapIndicator-ESPNow_comp_radio_usb -> SenseCapIndicator-ESPNow_companion_radio_full (full_companion) SenseCapIndicator-ESPNow_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging SenseCap_Solar_companion_radio_full-logging built companion SenseCap_Solar_companion_radio_full full SenseCap_Solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging SenseCap_Solar_companion_radio_usb-logging built companion SenseCap_Solar_companion_radio_full full SenseCap_Solar_companion_radio_usb -> SenseCap_Solar_companion_radio_full (full_companion) SenseCap_Solar_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging SenseCap_Solar_repeater-logging built repeater-room SenseCap_Solar_repeater standard SenseCap_Solar_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging SenseCap_Solar_room_server-logging built repeater-room SenseCap_Solar_room_server standard SenseCap_Solar_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Station_G2_companion_radio_full-logging built companion Station_G2_companion_radio_full full Station_G2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G2_companion_radio_usb-logging built companion Station_G2_companion_radio_full full Station_G2_companion_radio_usb -> Station_G2_companion_radio_full (full_companion) Station_G2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G2_companion_radio_wifi-logging built companion Station_G2_companion_radio_full full Station_G2_companion_radio_wifi -> Station_G2_companion_radio_full (full_companion) Station_G2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G2_logging_repeater-logging built repeater-room Station_G2_repeater standard Station_G2_logging_repeater -> Station_G2_repeater (runtime setting) Station_G2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G2_repeater-logging built repeater-room Station_G2_repeater standard Station_G2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G2_room_server-logging built repeater-room Station_G2_room_server standard Station_G2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G3_ESP32_companion_radio_full-logging built companion Station_G3_ESP32_companion_radio_full full Station_G3_ESP32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G3_ESP32_companion_radio_usb-logging built companion Station_G3_ESP32_companion_radio_full full Station_G3_ESP32_companion_radio_usb -> Station_G3_ESP32_companion_radio_full (full_companion) Station_G3_ESP32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G3_ESP32_companion_radio_wifi-logging built companion Station_G3_ESP32_companion_radio_full full Station_G3_ESP32_companion_radio_wifi -> Station_G3_ESP32_companion_radio_full (full_companion) Station_G3_ESP32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G3_ESP32_logging_repeater-logging built repeater-room Station_G3_ESP32_repeater standard Station_G3_ESP32_logging_repeater -> Station_G3_ESP32_repeater (runtime setting) Station_G3_ESP32_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G3_ESP32_repeater-logging built repeater-room Station_G3_ESP32_repeater standard Station_G3_ESP32_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Station_G3_ESP32_room_server-logging built repeater-room Station_G3_ESP32_room_server standard Station_G3_ESP32_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging T_Beam_S3_Supreme_SX1262_companion_radio_wifi-logging built companion T_Beam_S3_Supreme_SX1262_companion_radio_full full T_Beam_S3_Supreme_SX1262_companion_radio_wifi -> T_Beam_S3_Supreme_SX1262_companion_radio_full (full_companion) T_Beam_S3_Supreme_SX1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging T_Beam_S3_Supreme_SX1262_repeater-logging built repeater-room T_Beam_S3_Supreme_SX1262_repeater standard T_Beam_S3_Supreme_SX1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging T_Beam_S3_Supreme_SX1262_room_server-logging built repeater-room T_Beam_S3_Supreme_SX1262_room_server standard T_Beam_S3_Supreme_SX1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Tbeam_SX1262_repeater-logging built repeater-room Tbeam_SX1262_repeater standard Tbeam_SX1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Tbeam_SX1262_room_server-logging built repeater-room Tbeam_SX1262_room_server standard Tbeam_SX1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Tbeam_SX1276_repeater-logging built repeater-room Tbeam_SX1276_repeater standard Tbeam_SX1276_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Tbeam_SX1276_room_server-logging built repeater-room Tbeam_SX1276_room_server standard Tbeam_SX1276_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Tenstar_C3_sx1262_repeater-logging built repeater-room Tenstar_C3_sx1262_repeater standard Tenstar_C3_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Tenstar_C3_sx1268_repeater-logging built repeater-room Tenstar_C3_sx1268_repeater standard Tenstar_C3_sx1268_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M1_companion_radio_full-logging built companion ThinkNode_M1_companion_radio_full full ThinkNode_M1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M1_companion_radio_usb-logging built companion ThinkNode_M1_companion_radio_full full ThinkNode_M1_companion_radio_usb -> ThinkNode_M1_companion_radio_full (full_companion) ThinkNode_M1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M1_repeater-logging built repeater-room ThinkNode_M1_repeater standard ThinkNode_M1_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M1_room_server-logging built repeater-room ThinkNode_M1_room_server standard ThinkNode_M1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M2_Repeater-logging built repeater-room ThinkNode_M2_Repeater standard ThinkNode_M2_Repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M2_companion_radio_full-logging built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M2_companion_radio_serial-logging built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_companion_radio_serial -> ThinkNode_M2_companion_radio_full (full_companion) ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M2_companion_radio_usb-logging built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_companion_radio_usb -> ThinkNode_M2_companion_radio_full (full_companion) ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M2_companion_radio_wifi-logging built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_companion_radio_wifi -> ThinkNode_M2_companion_radio_full (full_companion) ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M2_room_server-logging built repeater-room ThinkNode_M2_room_server standard ThinkNode_M2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M2_terminal_chat-logging built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_terminal_chat -> ThinkNode_M2_companion_radio_full (terminal_companion) ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M3_companion_radio_full-logging built companion ThinkNode_M3_companion_radio_full full ThinkNode_M3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M3_companion_radio_usb-logging built companion ThinkNode_M3_companion_radio_full full ThinkNode_M3_companion_radio_usb -> ThinkNode_M3_companion_radio_full (full_companion) ThinkNode_M3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M3_repeater-logging built repeater-room ThinkNode_M3_repeater standard ThinkNode_M3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M3_room_server-logging built repeater-room ThinkNode_M3_room_server standard ThinkNode_M3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M5_Repeater-logging built repeater-room ThinkNode_M5_Repeater standard ThinkNode_M5_Repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M5_companion_radio_full-logging built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M5_companion_radio_serial-logging built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_serial -> ThinkNode_M5_companion_radio_full (full_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M5_companion_radio_usb-logging built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_usb -> ThinkNode_M5_companion_radio_full (full_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M5_companion_radio_wifi-logging built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_companion_radio_wifi -> ThinkNode_M5_companion_radio_full (full_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M5_room_server-logging built repeater-room ThinkNode_M5_room_server standard ThinkNode_M5_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M5_terminal_chat-logging built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_terminal_chat -> ThinkNode_M5_companion_radio_full (terminal_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M6_companion_radio_full-logging built companion ThinkNode_M6_companion_radio_full full ThinkNode_M6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M6_companion_radio_usb-logging built companion ThinkNode_M6_companion_radio_full full ThinkNode_M6_companion_radio_usb -> ThinkNode_M6_companion_radio_full (full_companion) ThinkNode_M6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M6_repeater-logging built repeater-room ThinkNode_M6_repeater standard ThinkNode_M6_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M6_room_server-logging built repeater-room ThinkNode_M6_room_server standard ThinkNode_M6_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M7_companion_radio_ethernet-logging built companion ThinkNode_M7_companion_radio_full full ThinkNode_M7_companion_radio_ethernet -> ThinkNode_M7_companion_radio_full (full_companion) ThinkNode_M7_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M7_companion_radio_full-logging built companion ThinkNode_M7_companion_radio_full full ThinkNode_M7_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M7_companion_radio_usb-logging built companion ThinkNode_M7_companion_radio_full full ThinkNode_M7_companion_radio_usb -> ThinkNode_M7_companion_radio_full (full_companion) ThinkNode_M7_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M7_companion_radio_wifi-logging built companion ThinkNode_M7_companion_radio_full full ThinkNode_M7_companion_radio_wifi -> ThinkNode_M7_companion_radio_full (full_companion) ThinkNode_M7_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M7_repeater-logging built repeater-room ThinkNode_M7_repeater standard ThinkNode_M7_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M7_room_server-logging built repeater-room ThinkNode_M7_room_server standard ThinkNode_M7_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M8_companion_radio_full-logging built companion ThinkNode_M8_companion_radio_full full ThinkNode_M8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M8_companion_radio_usb-logging built companion ThinkNode_M8_companion_radio_full full ThinkNode_M8_companion_radio_usb -> ThinkNode_M8_companion_radio_full (full_companion) ThinkNode_M8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M8_repeater-logging built repeater-room ThinkNode_M8_repeater standard ThinkNode_M8_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M8_room_server-logging built repeater-room ThinkNode_M8_room_server standard ThinkNode_M8_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ThinkNode_M9_companion_radio_full_-logging built companion ThinkNode_M9_companion_radio_full_ full ThinkNode_M9_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M9_companion_radio_usb_-logging built companion ThinkNode_M9_companion_radio_full_ full ThinkNode_M9_companion_radio_usb_ -> ThinkNode_M9_companion_radio_full_ (full_companion) ThinkNode_M9_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M9_companion_radio_wifi_-logging built companion ThinkNode_M9_companion_radio_full_ full ThinkNode_M9_companion_radio_wifi_ -> ThinkNode_M9_companion_radio_full_ (full_companion) ThinkNode_M9_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M9_repeater_-logging built repeater-room ThinkNode_M9_repeater_ standard ThinkNode_M9_repeater_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ThinkNode_M9_room_server_-logging built repeater-room ThinkNode_M9_room_server_ standard ThinkNode_M9_room_server_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Tiny_Relay_companion_radio_usb-logging built companion Tiny_Relay_companion_radio_usb standard Tiny_Relay_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Tiny_Relay_repeater-logging excluded Tiny_Relay_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging Tiny_Relay_sensor-logging excluded Tiny_Relay_sensor No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging WHY2025_badge_repeater_-logging built full-profiles WHY2025_badge_repeater_ full WHY2025_badge_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging WioTrackerL1_companion_radio_full-logging built companion WioTrackerL1_companion_radio_full full WioTrackerL1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging WioTrackerL1_companion_radio_usb-logging built companion WioTrackerL1_companion_radio_full full WioTrackerL1_companion_radio_usb -> WioTrackerL1_companion_radio_full (full_companion) WioTrackerL1_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging WioTrackerL1_repeater-logging built repeater-room WioTrackerL1_repeater standard WioTrackerL1_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging WioTrackerL1_room_server-logging built repeater-room WioTrackerL1_room_server standard WioTrackerL1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Xiao_C3_companion_radio_full-logging built companion Xiao_C3_companion_radio_full full Xiao_C3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_C3_companion_radio_usb-logging built companion Xiao_C3_companion_radio_full full Xiao_C3_companion_radio_usb -> Xiao_C3_companion_radio_full (full_companion) Xiao_C3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_C3_companion_radio_wifi-logging built companion Xiao_C3_companion_radio_full full Xiao_C3_companion_radio_wifi -> Xiao_C3_companion_radio_full (full_companion) Xiao_C3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_C3_repeater-logging built repeater-room Xiao_C3_repeater standard Xiao_C3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_C3_room_server-logging built repeater-room Xiao_C3_room_server standard Xiao_C3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_C6_repeater_-logging built full-profiles Xiao_C6_repeater_ full Xiao_C6_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_WIO_companion_radio_full-logging built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_WIO_companion_radio_serial-logging built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_serial -> Xiao_S3_WIO_companion_radio_full (full_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_WIO_companion_radio_usb-logging built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_usb -> Xiao_S3_WIO_companion_radio_full (full_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_WIO_companion_radio_wifi-logging built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_companion_radio_wifi -> Xiao_S3_WIO_companion_radio_full (full_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_WIO_repeater-logging built repeater-room Xiao_S3_WIO_repeater standard Xiao_S3_WIO_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_WIO_room_server-logging built repeater-room Xiao_S3_WIO_room_server standard Xiao_S3_WIO_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_WIO_sensor-logging built utility Xiao_S3_WIO_sensor standard Xiao_S3_WIO_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_WIO_terminal_chat-logging built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_terminal_chat -> Xiao_S3_WIO_companion_radio_full (terminal_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_companion_radio_usb-logging built companion Xiao_S3_companion_radio_full full Xiao_S3_companion_radio_usb -> Xiao_S3_companion_radio_full (full_companion) Xiao_S3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_repeater-logging built repeater-room Xiao_S3_repeater standard Xiao_S3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_room_server-logging built repeater-room Xiao_S3_room_server standard Xiao_S3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_S3_sensor-logging built utility Xiao_S3_sensor standard Xiao_S3_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_nrf52_companion_radio_full-logging built companion Xiao_nrf52_companion_radio_full full Xiao_nrf52_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Xiao_nrf52_companion_radio_usb-logging built companion Xiao_nrf52_companion_radio_full full Xiao_nrf52_companion_radio_usb -> Xiao_nrf52_companion_radio_full (full_companion) Xiao_nrf52_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Xiao_nrf52_repeater-logging built repeater-room Xiao_nrf52_repeater standard Xiao_nrf52_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Xiao_nrf52_room_server-logging built repeater-room Xiao_nrf52_room_server standard Xiao_nrf52_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging Xiao_rp2040_companion_radio_usb-logging built companion Xiao_rp2040_companion_radio_usb standard Xiao_rp2040_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging Xiao_rp2040_repeater-logging excluded Xiao_rp2040_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging Xiao_rp2040_room_server-logging excluded Xiao_rp2040_room_server No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging Xiao_rp2040_terminal_chat-logging built companion Xiao_rp2040_companion_radio_usb standard Xiao_rp2040_terminal_chat -> Xiao_rp2040_companion_radio_usb (terminal_companion) Xiao_rp2040_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_companion_radio_full-logging built companion heltec_rc32_companion_radio_full full heltec_rc32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_companion_radio_usb-logging built companion heltec_rc32_companion_radio_full full heltec_rc32_companion_radio_usb -> heltec_rc32_companion_radio_full (full_companion) heltec_rc32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_companion_radio_wifi-logging built companion heltec_rc32_companion_radio_full full heltec_rc32_companion_radio_wifi -> heltec_rc32_companion_radio_full (full_companion) heltec_rc32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_repeater-logging built full-profiles heltec_rc32_repeater full heltec_rc32_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_room_server-logging built repeater-room heltec_rc32_room_server standard heltec_rc32_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_sensor-logging built utility heltec_rc32_sensor standard heltec_rc32_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_terminal_chat-logging built companion heltec_rc32_companion_radio_full full heltec_rc32_terminal_chat -> heltec_rc32_companion_radio_full (terminal_companion) heltec_rc32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_without_display_companion_radio_full-logging built companion heltec_rc32_without_display_companion_radio_full full heltec_rc32_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_without_display_companion_radio_usb-logging built companion heltec_rc32_without_display_companion_radio_full full heltec_rc32_without_display_companion_radio_usb -> heltec_rc32_without_display_companion_radio_full (full_companion) heltec_rc32_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_without_display_companion_radio_wifi-logging built companion heltec_rc32_without_display_companion_radio_full full heltec_rc32_without_display_companion_radio_wifi -> heltec_rc32_without_display_companion_radio_full (full_companion) heltec_rc32_without_display_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_without_display_repeater-logging built full-profiles heltec_rc32_without_display_repeater full heltec_rc32_without_display_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_without_display_room_server-logging built repeater-room heltec_rc32_without_display_room_server standard heltec_rc32_without_display_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_rc32_without_display_sensor-logging built utility heltec_rc32_without_display_sensor standard heltec_rc32_without_display_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_companion_radio_full_femoff-logging built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_full_femoff -> heltec_tracker_v2_companion_radio_full_femon (runtime setting) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_companion_radio_full_femon-logging built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_companion_radio_usb_femoff-logging built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_usb_femoff -> heltec_tracker_v2_companion_radio_usb_femon (runtime setting); heltec_tracker_v2_companion_radio_usb_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_companion_radio_usb_femon-logging built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_usb_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_companion_radio_wifi_femoff-logging built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_wifi_femoff -> heltec_tracker_v2_companion_radio_wifi_femon (runtime setting); heltec_tracker_v2_companion_radio_wifi_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_companion_radio_wifi_femon-logging built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_companion_radio_wifi_femon -> heltec_tracker_v2_companion_radio_full_femon (full_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_repeater-logging built repeater-room heltec_tracker_v2_repeater standard heltec_tracker_v2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_room_server-logging built repeater-room heltec_tracker_v2_room_server standard heltec_tracker_v2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_sensor-logging built utility heltec_tracker_v2_sensor standard heltec_tracker_v2_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_tracker_v2_terminal_chat-logging built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_terminal_chat -> heltec_tracker_v2_companion_radio_full_femon (terminal_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_2_v4_3_companion_radio_full_femon-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_3_companion_radio_full_femoff-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_3_companion_radio_full_femoff -> heltec_v4_2_v4_3_companion_radio_full_femon (runtime FEM setting) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_3_companion_radio_usb_femoff-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_3_companion_radio_usb_femoff -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_3_companion_radio_wifi_femoff-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_3_companion_radio_wifi_femoff -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_3_tft_companion_radio_full_femoff-logging built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_3_tft_companion_radio_full_femoff -> heltec_v4_tft_companion_radio_full_femon (runtime FEM setting) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_3_tft_companion_radio_usb_femoff-logging built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_3_tft_companion_radio_usb_femoff -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_3_tft_companion_radio_wifi_femoff-logging built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_3_tft_companion_radio_wifi_femoff -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_companion_radio_usb-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_usb -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_companion_radio_usb_femon-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_usb_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_companion_radio_usb_ps_femoff-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_usb_ps_femoff -> heltec_v4_companion_radio_usb_ps_femon (runtime setting); heltec_v4_companion_radio_usb_ps_femon -> heltec_v4_companion_radio_usb_femon (runtime setting); heltec_v4_companion_radio_usb_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_companion_radio_usb_ps_femon-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_usb_ps_femon -> heltec_v4_companion_radio_usb_femon (runtime setting); heltec_v4_companion_radio_usb_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_companion_radio_wifi_femon-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_companion_radio_wifi_femon -> heltec_v4_2_v4_3_companion_radio_full_femon (full_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_expansionkit_repeater-logging built repeater-room heltec_v4_expansionkit_repeater standard heltec_v4_expansionkit_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_companion_radio_full-logging built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_companion_radio_usb-logging built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_companion_radio_usb -> heltec_v4_r8_companion_radio_full (full_companion) heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_companion_radio_wifi-logging built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_companion_radio_wifi -> heltec_v4_r8_companion_radio_full (full_companion) heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_repeater-logging built repeater-room heltec_v4_r8_repeater standard heltec_v4_r8_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_room_server-logging built repeater-room heltec_v4_r8_room_server standard heltec_v4_r8_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_sensor-logging built utility heltec_v4_r8_sensor standard heltec_v4_r8_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_terminal_chat-logging built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_terminal_chat -> heltec_v4_r8_companion_radio_full (terminal_companion) heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_tft_companion_radio_full-logging built companion heltec_v4_r8_tft_companion_radio_full full heltec_v4_r8_tft_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_tft_companion_radio_usb-logging built companion heltec_v4_r8_tft_companion_radio_full full heltec_v4_r8_tft_companion_radio_usb -> heltec_v4_r8_tft_companion_radio_full (full_companion) heltec_v4_r8_tft_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_tft_companion_radio_wifi-logging built companion heltec_v4_r8_tft_companion_radio_full full heltec_v4_r8_tft_companion_radio_wifi -> heltec_v4_r8_tft_companion_radio_full (full_companion) heltec_v4_r8_tft_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_tft_repeater-logging built repeater-room heltec_v4_r8_tft_repeater standard heltec_v4_r8_tft_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_tft_room_server-logging built repeater-room heltec_v4_r8_tft_room_server standard heltec_v4_r8_tft_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_tft_sensor-logging built utility heltec_v4_r8_tft_sensor standard heltec_v4_r8_tft_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_r8_tft_terminal_chat-logging built companion heltec_v4_r8_tft_companion_radio_full full heltec_v4_r8_tft_terminal_chat -> heltec_v4_r8_tft_companion_radio_full (terminal_companion) heltec_v4_r8_tft_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_repeater-logging built repeater-room heltec_v4_repeater standard heltec_v4_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_room_server-logging built repeater-room heltec_v4_room_server standard heltec_v4_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_sensor-logging built utility heltec_v4_sensor standard heltec_v4_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_terminal_chat-logging built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_terminal_chat -> heltec_v4_2_v4_3_companion_radio_full_femon (terminal_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_tft_companion_radio_full_femon-logging built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_tft_companion_radio_usb_femon-logging built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_tft_companion_radio_usb_femon -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_tft_companion_radio_wifi_femon-logging built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_tft_companion_radio_wifi_femon -> heltec_v4_tft_companion_radio_full_femon (full_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_tft_repeater-logging built repeater-room heltec_v4_tft_repeater standard heltec_v4_tft_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_tft_room_server-logging built repeater-room heltec_v4_tft_room_server standard heltec_v4_tft_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_tft_sensor-logging built utility heltec_v4_tft_sensor standard heltec_v4_tft_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging heltec_v4_tft_terminal_chat-logging built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_tft_terminal_chat -> heltec_v4_tft_companion_radio_full_femon (terminal_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-logging built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_handheld_nrf_e22_30dbm_096_companion_radio_usb-logging built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_companion_radio_usb -> ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full (full_companion) ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full-logging built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full -> ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full (runtime setting) ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_usb-logging built companion ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full full ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_usb -> ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full (full_companion); ikoka_handheld_nrf_e22_30dbm_096_rotated_companion_radio_full -> ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full (runtime setting) ikoka_handheld_nrf_e22_30dbm_096_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_handheld_nrf_e22_30dbm_repeater-logging built repeater-room ikoka_handheld_nrf_e22_30dbm_repeater standard ikoka_handheld_nrf_e22_30dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_handheld_nrf_e22_30dbm_room_server-logging built repeater-room ikoka_handheld_nrf_e22_30dbm_room_server standard ikoka_handheld_nrf_e22_30dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_22dbm_companion_radio_full-logging built companion ikoka_nano_nrf_22dbm_companion_radio_full full ikoka_nano_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_22dbm_companion_radio_usb-logging built companion ikoka_nano_nrf_22dbm_companion_radio_full full ikoka_nano_nrf_22dbm_companion_radio_usb -> ikoka_nano_nrf_22dbm_companion_radio_full (full_companion) ikoka_nano_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_22dbm_repeater-logging built repeater-room ikoka_nano_nrf_22dbm_repeater standard ikoka_nano_nrf_22dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_22dbm_room_server-logging built repeater-room ikoka_nano_nrf_22dbm_room_server standard ikoka_nano_nrf_22dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_30dbm_companion_radio_full-logging built companion ikoka_nano_nrf_30dbm_companion_radio_full full ikoka_nano_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_30dbm_companion_radio_usb-logging built companion ikoka_nano_nrf_30dbm_companion_radio_full full ikoka_nano_nrf_30dbm_companion_radio_usb -> ikoka_nano_nrf_30dbm_companion_radio_full (full_companion) ikoka_nano_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_30dbm_repeater-logging built repeater-room ikoka_nano_nrf_30dbm_repeater standard ikoka_nano_nrf_30dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_30dbm_room_server-logging built repeater-room ikoka_nano_nrf_30dbm_room_server standard ikoka_nano_nrf_30dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_33dbm_companion_radio_full-logging built companion ikoka_nano_nrf_33dbm_companion_radio_full full ikoka_nano_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_33dbm_companion_radio_usb-logging built companion ikoka_nano_nrf_33dbm_companion_radio_full full ikoka_nano_nrf_33dbm_companion_radio_usb -> ikoka_nano_nrf_33dbm_companion_radio_full (full_companion) ikoka_nano_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_33dbm_repeater-logging built repeater-room ikoka_nano_nrf_33dbm_repeater standard ikoka_nano_nrf_33dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_nano_nrf_33dbm_room_server-logging built repeater-room ikoka_nano_nrf_33dbm_room_server standard ikoka_nano_nrf_33dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_22dbm_companion_radio_full-logging built companion ikoka_stick_nrf_22dbm_companion_radio_full full ikoka_stick_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_22dbm_companion_radio_usb-logging built companion ikoka_stick_nrf_22dbm_companion_radio_full full ikoka_stick_nrf_22dbm_companion_radio_usb -> ikoka_stick_nrf_22dbm_companion_radio_full (full_companion) ikoka_stick_nrf_22dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_22dbm_repeater-logging built repeater-room ikoka_stick_nrf_22dbm_repeater standard ikoka_stick_nrf_22dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_22dbm_room_server-logging built repeater-room ikoka_stick_nrf_22dbm_room_server standard ikoka_stick_nrf_22dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_30dbm_companion_radio_full-logging built companion ikoka_stick_nrf_30dbm_companion_radio_full full ikoka_stick_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_30dbm_companion_radio_usb-logging built companion ikoka_stick_nrf_30dbm_companion_radio_full full ikoka_stick_nrf_30dbm_companion_radio_usb -> ikoka_stick_nrf_30dbm_companion_radio_full (full_companion) ikoka_stick_nrf_30dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_30dbm_repeater-logging built repeater-room ikoka_stick_nrf_30dbm_repeater standard ikoka_stick_nrf_30dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_30dbm_room_server-logging built repeater-room ikoka_stick_nrf_30dbm_room_server standard ikoka_stick_nrf_30dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_33dbm_companion_radio_full-logging built companion ikoka_stick_nrf_33dbm_companion_radio_full full ikoka_stick_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_33dbm_companion_radio_usb-logging built companion ikoka_stick_nrf_33dbm_companion_radio_full full ikoka_stick_nrf_33dbm_companion_radio_usb -> ikoka_stick_nrf_33dbm_companion_radio_full (full_companion) ikoka_stick_nrf_33dbm_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_33dbm_repeater-logging built repeater-room ikoka_stick_nrf_33dbm_repeater standard ikoka_stick_nrf_33dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging ikoka_stick_nrf_33dbm_room_server-logging built repeater-room ikoka_stick_nrf_33dbm_room_server standard ikoka_stick_nrf_33dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging meshnology_w12_companion_radio_full-logging built companion meshnology_w12_companion_radio_full full meshnology_w12_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging meshnology_w12_companion_radio_usb-logging built companion meshnology_w12_companion_radio_full full meshnology_w12_companion_radio_usb -> meshnology_w12_companion_radio_full (full_companion) meshnology_w12_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging meshnology_w12_companion_radio_wifi-logging built companion meshnology_w12_companion_radio_full full meshnology_w12_companion_radio_wifi -> meshnology_w12_companion_radio_full (full_companion) meshnology_w12_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging meshnology_w12_repeater-logging built repeater-room meshnology_w12_repeater standard meshnology_w12_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging meshnology_w12_room_server-logging built repeater-room meshnology_w12_room_server standard meshnology_w12_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging meshnology_w12_sensor-logging built utility meshnology_w12_sensor standard meshnology_w12_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging meshnology_w12_terminal_chat-logging built companion meshnology_w12_companion_radio_full full meshnology_w12_terminal_chat -> meshnology_w12_companion_radio_full (terminal_companion) meshnology_w12_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_screen_connect_companion_radio_full_-logging built companion nibble_screen_connect_companion_radio_full_ full nibble_screen_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_screen_connect_companion_radio_usb_-logging built companion nibble_screen_connect_companion_radio_full_ full nibble_screen_connect_companion_radio_usb_ -> nibble_screen_connect_companion_radio_full_ (full_companion) nibble_screen_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_screen_connect_companion_radio_wifi_-logging built companion nibble_screen_connect_companion_radio_full_ full nibble_screen_connect_companion_radio_wifi_ -> nibble_screen_connect_companion_radio_full_ (full_companion) nibble_screen_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_screen_connect_repeater_-logging built repeater-room nibble_screen_connect_repeater_ standard nibble_screen_connect_repeater_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_screen_connect_room_server_-logging built repeater-room nibble_screen_connect_room_server_ standard nibble_screen_connect_room_server_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_screen_connect_terminal_chat_-logging built companion nibble_screen_connect_companion_radio_full_ full nibble_screen_connect_terminal_chat_ -> nibble_screen_connect_companion_radio_full_ (terminal_companion) nibble_screen_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_zero_connect_companion_radio_full_-logging built companion nibble_zero_connect_companion_radio_full_ full nibble_zero_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_zero_connect_companion_radio_usb_-logging built companion nibble_zero_connect_companion_radio_full_ full nibble_zero_connect_companion_radio_usb_ -> nibble_zero_connect_companion_radio_full_ (full_companion) nibble_zero_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_zero_connect_companion_radio_wifi_-logging built companion nibble_zero_connect_companion_radio_full_ full nibble_zero_connect_companion_radio_wifi_ -> nibble_zero_connect_companion_radio_full_ (full_companion) nibble_zero_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_zero_connect_repeater_-logging built repeater-room nibble_zero_connect_repeater_ standard nibble_zero_connect_repeater_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_zero_connect_room_server_-logging built repeater-room nibble_zero_connect_room_server_ standard nibble_zero_connect_room_server_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging nibble_zero_connect_terminal_chat_-logging built companion nibble_zero_connect_companion_radio_full_ full nibble_zero_connect_terminal_chat_ -> nibble_zero_connect_companion_radio_full_ (terminal_companion) nibble_zero_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging solarxiao_30S_companion_radio_full-logging built companion solarxiao_30S_companion_radio_full full solarxiao_30S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging solarxiao_30S_companion_radio_usb-logging built companion solarxiao_30S_companion_radio_full full solarxiao_30S_companion_radio_usb -> solarxiao_30S_companion_radio_full (full_companion) solarxiao_30S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging solarxiao_30S_repeater-logging built repeater-room solarxiao_30S_repeater standard solarxiao_30S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging solarxiao_30S_repeater_bridge_rs232-logging built repeater-room solarxiao_30S_repeater standard solarxiao_30S_repeater_bridge_rs232 -> solarxiao_30S_repeater (rs232) solarxiao_30S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging solarxiao_30S_room_server-logging built repeater-room solarxiao_30S_room_server standard solarxiao_30S_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging solarxiao_33S_companion_radio_full-logging built companion solarxiao_33S_companion_radio_full full solarxiao_33S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging solarxiao_33S_companion_radio_usb-logging built companion solarxiao_33S_companion_radio_full full solarxiao_33S_companion_radio_usb -> solarxiao_33S_companion_radio_full (full_companion) solarxiao_33S_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging solarxiao_33S_repeater-logging built repeater-room solarxiao_33S_repeater standard solarxiao_33S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging solarxiao_33S_repeater_bridge_rs232-logging built repeater-room solarxiao_33S_repeater standard solarxiao_33S_repeater_bridge_rs232 -> solarxiao_33S_repeater (rs232) solarxiao_33S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging solarxiao_33S_room_server-logging built repeater-room solarxiao_33S_room_server standard solarxiao_33S_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging t1000e_companion_radio_full-logging built companion t1000e_companion_radio_full full t1000e_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging t1000e_companion_radio_usb-logging built companion t1000e_companion_radio_full full t1000e_companion_radio_usb -> t1000e_companion_radio_full (full_companion) t1000e_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging t1000e_repeater-logging built repeater-room t1000e_repeater standard t1000e_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging t1000e_room_server-logging built repeater-room t1000e_room_server standard t1000e_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging waveshare_rp2040_lora_companion_radio_usb-logging built companion waveshare_rp2040_lora_companion_radio_usb standard waveshare_rp2040_lora_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging waveshare_rp2040_lora_repeater-logging excluded waveshare_rp2040_lora_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging waveshare_rp2040_lora_repeater_bridge_rs232-logging excluded waveshare_rp2040_lora_repeater waveshare_rp2040_lora_repeater_bridge_rs232 -> waveshare_rp2040_lora_repeater (rs232) No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging waveshare_rp2040_lora_room_server-logging excluded waveshare_rp2040_lora_room_server No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging waveshare_rp2040_lora_terminal_chat-logging built companion waveshare_rp2040_lora_companion_radio_usb standard waveshare_rp2040_lora_terminal_chat -> waveshare_rp2040_lora_companion_radio_usb (terminal_companion) waveshare_rp2040_lora_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging wio-e5-mini_companion_radio_usb-logging built companion wio-e5-mini_companion_radio_usb standard wio-e5-mini_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging wio-e5-mini_repeater-logging excluded wio-e5-mini_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging wio-e5-mini_sensor-logging excluded wio-e5-mini_sensor No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging wio-e5-repeater_bridge_rs232-logging excluded wio-e5-repeater_bridge_rs232 No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging wio-e5_companion_radio_usb-logging built companion wio-e5_companion_radio_usb standard wio-e5_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+logging wio-e5_repeater-logging excluded wio-e5_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+logging wio_wm1110_repeater-logging built repeater-room wio_wm1110_repeater standard wio_wm1110_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+logging wio_wm1110_room_server-logging built repeater-room wio_wm1110_room_server standard wio_wm1110_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Ebyte_EoRa-S3_Repeater_lora_ota_no_external_sensors built lora-ota Ebyte_EoRa-S3_Repeater_lora_ota_no_external_sensors standard Ebyte_EoRa-S3_Repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota GAT562_30S_Mesh_Kit_repeater_lora_ota_no_external_sensors built lora-ota GAT562_30S_Mesh_Kit_repeater_lora_ota_no_external_sensors standard GAT562_30S_Mesh_Kit_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota GAT562_Mesh_EVB_Pro_repeater_lora_ota_no_external_sensors built lora-ota GAT562_Mesh_EVB_Pro_repeater_lora_ota_no_external_sensors standard GAT562_Mesh_EVB_Pro_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota GAT562_Mesh_Tracker_Pro_repeater_lora_ota_no_external_sensors built lora-ota GAT562_Mesh_Tracker_Pro_repeater_lora_ota_no_external_sensors standard GAT562_Mesh_Tracker_Pro_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Generic_E22_sx1262_repeater_lora_ota_no_external_sensors built lora-ota Generic_E22_sx1262_repeater_lora_ota_no_external_sensors standard Generic_E22_sx1262_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Generic_E22_sx1268_repeater_lora_ota_no_external_sensors built lora-ota Generic_E22_sx1268_repeater_lora_ota_no_external_sensors standard Generic_E22_sx1268_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Generic_ESPNOW_repeatr_lora_ota_no_external_sensors built lora-ota Generic_ESPNOW_repeatr_lora_ota_no_external_sensors standard Generic_ESPNOW_repeatr_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Heltec_E213_repeater_lora_ota_no_external_sensors built lora-ota Heltec_E213_repeater_lora_ota_no_external_sensors standard Heltec_E213_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Heltec_E290_repeater_lora_ota_no_external_sensors built lora-ota Heltec_E290_repeater_lora_ota_no_external_sensors standard Heltec_E290_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Heltec_T190_repeater_lora_ota_no_external_sensors built lora-ota Heltec_T190_repeater_lora_ota_no_external_sensors standard Heltec_T190_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Heltec_WSL3_repeater_lora_ota_no_external_sensors built lora-ota Heltec_WSL3_repeater_lora_ota_no_external_sensors standard Heltec_WSL3_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Heltec_Wireless_Paper_repeater_lora_ota_no_external_sensors built lora-ota Heltec_Wireless_Paper_repeater_lora_ota_no_external_sensors standard Heltec_Wireless_Paper_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Heltec_Wireless_Tracker_repeater_lora_ota_no_external_sensors built lora-ota Heltec_Wireless_Tracker_repeater_lora_ota_no_external_sensors standard Heltec_Wireless_Tracker_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Heltec_ct62_repeater_lora_ota_no_external_sensors built lora-ota Heltec_ct62_repeater_lora_ota_no_external_sensors standard Heltec_ct62_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Heltec_mesh_solar_repeater_lora_ota_no_external_sensors built lora-ota Heltec_mesh_solar_repeater_lora_ota_no_external_sensors standard Heltec_mesh_solar_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Heltec_t096_repeater_bridge_rs232_lora_ota_no_external_sensors built lora-ota Heltec_t096_repeater_lora_ota_no_external_sensors standard Heltec_t096_repeater_bridge_rs232_lora_ota_no_external_sensors -> Heltec_t096_repeater_lora_ota_no_external_sensors (rs232) Heltec_t096_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Heltec_t096_repeater_lora_ota_no_external_sensors built lora-ota Heltec_t096_repeater_lora_ota_no_external_sensors standard Heltec_t096_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Heltec_t114_repeater_lora_ota_no_external_sensors built lora-ota Heltec_t114_repeater_lora_ota_no_external_sensors standard Heltec_t114_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Heltec_t114_without_display_repeater_lora_ota_no_external_sensors built lora-ota Heltec_t114_without_display_repeater_lora_ota_no_external_sensors standard Heltec_t114_without_display_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Heltec_t1_repeater_lora_ota_no_external_sensors built lora-ota Heltec_t1_repeater_lora_ota_no_external_sensors standard Heltec_t1_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Heltec_tower_v2_repeater_lora_ota_no_external_sensors built lora-ota Heltec_tower_v2_repeater_lora_ota_no_external_sensors standard Heltec_tower_v2_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Heltec_tower_v2_sdcard_repeater_lora_ota_no_external_sensors built lora-ota Heltec_tower_v2_sdcard_repeater_lora_ota_no_external_sensors standard Heltec_tower_v2_sdcard_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Heltec_v2_repeater_lora_ota_no_external_sensors built lora-ota Heltec_v2_repeater_lora_ota_no_external_sensors standard Heltec_v2_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Heltec_v3_repeater_lora_ota_no_external_sensors built lora-ota Heltec_v3_repeater_lora_ota_no_external_sensors standard Heltec_v3_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota KeepteenLT1_repeater_lora_ota_no_external_sensors built lora-ota KeepteenLT1_repeater_lora_ota_no_external_sensors standard KeepteenLT1_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota LilyGo_T-Echo-Lite_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_T-Echo-Lite_repeater_lora_ota_no_external_sensors standard LilyGo_T-Echo-Lite_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota LilyGo_T-Echo_Card_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_T-Echo_Card_repeater_lora_ota_no_external_sensors standard LilyGo_T-Echo_Card_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota LilyGo_T-Echo_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_T-Echo_repeater_lora_ota_no_external_sensors standard LilyGo_T-Echo_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota LilyGo_T3S3_sx1262_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_T3S3_sx1262_repeater_lora_ota_no_external_sensors standard LilyGo_T3S3_sx1262_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota LilyGo_T3S3_sx1276_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_T3S3_sx1276_repeater_lora_ota_no_external_sensors standard LilyGo_T3S3_sx1276_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota LilyGo_TBeam_1W_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_TBeam_1W_repeater_lora_ota_no_external_sensors standard LilyGo_TBeam_1W_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota LilyGo_TDeck_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_TDeck_repeater_lora_ota_no_external_sensors standard LilyGo_TDeck_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota LilyGo_TETH_Elite_sx1262_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_TETH_Elite_sx1262_repeater_lora_ota_no_external_sensors standard LilyGo_TETH_Elite_sx1262_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota LilyGo_TLora_V2_1_1_6_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_TLora_V2_1_1_6_repeater_lora_ota_no_external_sensors standard LilyGo_TLora_V2_1_1_6_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota LilyGo_T_Impulse_Plus_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_T_Impulse_Plus_repeater_lora_ota_no_external_sensors standard LilyGo_T_Impulse_Plus_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota LilyGo_Tlora_C6_repeater_lora_ota_no_external_sensors built lora-ota LilyGo_Tlora_C6_repeater_lora_ota_no_external_sensors standard LilyGo_Tlora_C6_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota M5Stack_Unit_C6L_repeater_lora_ota_no_external_sensors built lora-ota M5Stack_Unit_C6L_repeater_lora_ota_no_external_sensors standard M5Stack_Unit_C6L_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota MeshTracker_X1_repeater_lora_ota_no_external_sensors built lora-ota MeshTracker_X1_repeater_lora_ota_no_external_sensors standard MeshTracker_X1_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Mesh_pocket_repeater_lora_ota_no_external_sensors built lora-ota Mesh_pocket_repeater_lora_ota_no_external_sensors standard Mesh_pocket_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Meshadventurer_sx1262_repeater_lora_ota_no_external_sensors built lora-ota Meshadventurer_sx1262_repeater_lora_ota_no_external_sensors standard Meshadventurer_sx1262_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Meshadventurer_sx1268_repeater_lora_ota_no_external_sensors built lora-ota Meshadventurer_sx1268_repeater_lora_ota_no_external_sensors standard Meshadventurer_sx1268_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Meshimi_repeater_lora_ota_no_external_sensors built lora-ota Meshimi_repeater_lora_ota_no_external_sensors standard Meshimi_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Minewsemi_me25ls01_repeater_lora_ota_no_external_sensors built lora-ota Minewsemi_me25ls01_repeater_lora_ota_no_external_sensors standard Minewsemi_me25ls01_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Nano_G2_Ultra_repeater_lora_ota_no_external_sensors built lora-ota Nano_G2_Ultra_repeater_lora_ota_no_external_sensors standard Nano_G2_Ultra_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ProMicro_repeater_lora_ota_no_external_sensors built lora-ota ProMicro_repeater_lora_ota_no_external_sensors standard ProMicro_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota R1Neo_repeater_lora_ota_no_external_sensors built lora-ota R1Neo_repeater_lora_ota_no_external_sensors standard R1Neo_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota RAK_3112_repeater_lora_ota_no_external_sensors built lora-ota RAK_3112_repeater_lora_ota_no_external_sensors standard RAK_3112_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota RAK_3401_repeater_lora_ota_no_external_sensors built lora-ota RAK_3401_repeater_lora_ota_no_external_sensors standard RAK_3401_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota RAK_4631_repeater_bridge_rs232_serial1_lora_ota_no_external_sensors built lora-ota RAK_4631_repeater_bridge_rs232_serial1_lora_ota_no_external_sensors standard RAK_4631_repeater_bridge_rs232_serial1_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota RAK_4631_repeater_bridge_rs232_serial2_lora_ota_no_external_sensors built lora-ota RAK_4631_repeater_bridge_rs232_serial2_lora_ota_no_external_sensors standard RAK_4631_repeater_bridge_rs232_serial2_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota RAK_4631_repeater_lora_ota_no_external_sensors built lora-ota RAK_4631_repeater_lora_ota_no_external_sensors standard RAK_4631_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota RAK_4631_repeater_rak15001_slot_c_lora_ota built lora-ota RAK_4631_repeater_rak15001_slot_c_lora_ota standard RAK_4631_repeater_rak15001_slot_c_lora_ota-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota RAK_WisMesh_Tag_repeater_lora_ota_no_external_sensors built lora-ota RAK_WisMesh_Tag_repeater_lora_ota_no_external_sensors standard RAK_WisMesh_Tag_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota SenseCap_Solar_repeater_lora_ota_no_external_sensors built lora-ota SenseCap_Solar_repeater_lora_ota_no_external_sensors standard SenseCap_Solar_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Station_G2_logging_repeater_lora_ota_no_external_sensors built lora-ota Station_G2_repeater_lora_ota_no_external_sensors standard Station_G2_logging_repeater_lora_ota_no_external_sensors -> Station_G2_repeater_lora_ota_no_external_sensors (runtime setting) Station_G2_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Station_G2_repeater_lora_ota_no_external_sensors built lora-ota Station_G2_repeater_lora_ota_no_external_sensors standard Station_G2_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Station_G3_ESP32_logging_repeater_lora_ota_no_external_sensors built lora-ota Station_G3_ESP32_repeater_lora_ota_no_external_sensors standard Station_G3_ESP32_logging_repeater_lora_ota_no_external_sensors -> Station_G3_ESP32_repeater_lora_ota_no_external_sensors (runtime setting) Station_G3_ESP32_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Station_G3_ESP32_repeater_lora_ota_no_external_sensors built lora-ota Station_G3_ESP32_repeater_lora_ota_no_external_sensors standard Station_G3_ESP32_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota T_Beam_S3_Supreme_SX1262_repeater_lora_ota_no_external_sensors built lora-ota T_Beam_S3_Supreme_SX1262_repeater_lora_ota_no_external_sensors standard T_Beam_S3_Supreme_SX1262_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Tbeam_SX1262_repeater_lora_ota_no_external_sensors built full-profiles Tbeam_SX1262_repeater_observer_mqtt full Tbeam_SX1262_repeater_lora_ota_no_external_sensors -> Tbeam_SX1262_repeater_observer_mqtt (mqtt_full) Tbeam_SX1262_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Tbeam_SX1276_repeater_lora_ota_no_external_sensors built full-profiles Tbeam_SX1276_repeater_observer_mqtt full Tbeam_SX1276_repeater_lora_ota_no_external_sensors -> Tbeam_SX1276_repeater_observer_mqtt (mqtt_full) Tbeam_SX1276_repeater_observer_mqtt-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Tenstar_C3_sx1262_repeater_lora_ota_no_external_sensors built lora-ota Tenstar_C3_sx1262_repeater_lora_ota_no_external_sensors standard Tenstar_C3_sx1262_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Tenstar_C3_sx1268_repeater_lora_ota_no_external_sensors built lora-ota Tenstar_C3_sx1268_repeater_lora_ota_no_external_sensors standard Tenstar_C3_sx1268_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota ThinkNode_M1_repeater_lora_ota_no_external_sensors built lora-ota ThinkNode_M1_repeater_lora_ota_no_external_sensors standard ThinkNode_M1_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ThinkNode_M2_Repeater_lora_ota_no_external_sensors built lora-ota ThinkNode_M2_Repeater_lora_ota_no_external_sensors standard ThinkNode_M2_Repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota ThinkNode_M3_repeater_lora_ota_no_external_sensors built lora-ota ThinkNode_M3_repeater_lora_ota_no_external_sensors standard ThinkNode_M3_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ThinkNode_M5_Repeater_lora_ota_no_external_sensors built lora-ota ThinkNode_M5_Repeater_lora_ota_no_external_sensors standard ThinkNode_M5_Repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota ThinkNode_M6_repeater_lora_ota_no_external_sensors built lora-ota ThinkNode_M6_repeater_lora_ota_no_external_sensors standard ThinkNode_M6_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ThinkNode_M7_repeater_lora_ota_no_external_sensors built lora-ota ThinkNode_M7_repeater_lora_ota_no_external_sensors standard ThinkNode_M7_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota ThinkNode_M8_repeater_lora_ota_no_external_sensors built lora-ota ThinkNode_M8_repeater_lora_ota_no_external_sensors standard ThinkNode_M8_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ThinkNode_M9_repeater_lora_ota_no_external_sensors built lora-ota ThinkNode_M9_repeater_lora_ota_no_external_sensors standard ThinkNode_M9_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota WHY2025_badge_repeater_lora_ota_no_external_sensors built lora-ota WHY2025_badge_repeater_lora_ota_no_external_sensors standard WHY2025_badge_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota WioTrackerL1_repeater_lora_ota_no_external_sensors built lora-ota WioTrackerL1_repeater_lora_ota_no_external_sensors standard WioTrackerL1_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota Xiao_C3_repeater_lora_ota_no_external_sensors built lora-ota Xiao_C3_repeater_lora_ota_no_external_sensors standard Xiao_C3_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Xiao_C6_repeater_lora_ota_no_external_sensors built lora-ota Xiao_C6_repeater_lora_ota_no_external_sensors standard Xiao_C6_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Xiao_S3_WIO_repeater_lora_ota_no_external_sensors built lora-ota Xiao_S3_WIO_repeater_lora_ota_no_external_sensors standard Xiao_S3_WIO_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Xiao_S3_repeater_lora_ota_no_external_sensors built lora-ota Xiao_S3_repeater_lora_ota_no_external_sensors standard Xiao_S3_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota Xiao_nrf52_repeater_lora_ota_no_external_sensors built lora-ota Xiao_nrf52_repeater_lora_ota_no_external_sensors standard Xiao_nrf52_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota heltec_rc32_repeater_lora_ota_no_external_sensors built lora-ota heltec_rc32_repeater_lora_ota_no_external_sensors standard heltec_rc32_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota heltec_rc32_without_display_repeater_lora_ota_no_external_sensors built lora-ota heltec_rc32_without_display_repeater_lora_ota_no_external_sensors standard heltec_rc32_without_display_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota heltec_tracker_v2_repeater_lora_ota_no_external_sensors built lora-ota heltec_tracker_v2_repeater_lora_ota_no_external_sensors standard heltec_tracker_v2_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota heltec_v4_expansionkit_repeater_lora_ota_no_external_sensors built lora-ota heltec_v4_expansionkit_repeater_lora_ota_no_external_sensors standard heltec_v4_expansionkit_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota heltec_v4_r8_repeater_lora_ota_no_external_sensors built lora-ota heltec_v4_r8_repeater_lora_ota_no_external_sensors standard heltec_v4_r8_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota heltec_v4_r8_tft_repeater_lora_ota_no_external_sensors built lora-ota heltec_v4_r8_tft_repeater_lora_ota_no_external_sensors standard heltec_v4_r8_tft_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota heltec_v4_repeater_lora_ota_no_external_sensors built lora-ota heltec_v4_repeater_lora_ota_no_external_sensors standard heltec_v4_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota heltec_v4_tft_repeater_lora_ota_no_external_sensors built lora-ota heltec_v4_tft_repeater_lora_ota_no_external_sensors standard heltec_v4_tft_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota ikoka_handheld_nrf_e22_30dbm_repeater_lora_ota_no_external_sensors built lora-ota ikoka_handheld_nrf_e22_30dbm_repeater_lora_ota_no_external_sensors standard ikoka_handheld_nrf_e22_30dbm_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ikoka_nano_nrf_22dbm_repeater_lora_ota_no_external_sensors built lora-ota ikoka_nano_nrf_22dbm_repeater_lora_ota_no_external_sensors standard ikoka_nano_nrf_22dbm_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ikoka_nano_nrf_30dbm_repeater_lora_ota_no_external_sensors built lora-ota ikoka_nano_nrf_30dbm_repeater_lora_ota_no_external_sensors standard ikoka_nano_nrf_30dbm_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ikoka_nano_nrf_33dbm_repeater_lora_ota_no_external_sensors built lora-ota ikoka_nano_nrf_33dbm_repeater_lora_ota_no_external_sensors standard ikoka_nano_nrf_33dbm_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ikoka_stick_nrf_22dbm_repeater_lora_ota_no_external_sensors built lora-ota ikoka_stick_nrf_22dbm_repeater_lora_ota_no_external_sensors standard ikoka_stick_nrf_22dbm_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ikoka_stick_nrf_30dbm_repeater_lora_ota_no_external_sensors built lora-ota ikoka_stick_nrf_30dbm_repeater_lora_ota_no_external_sensors standard ikoka_stick_nrf_30dbm_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota ikoka_stick_nrf_33dbm_repeater_lora_ota_no_external_sensors built lora-ota ikoka_stick_nrf_33dbm_repeater_lora_ota_no_external_sensors standard ikoka_stick_nrf_33dbm_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota meshnology_w12_repeater_lora_ota_no_external_sensors built lora-ota meshnology_w12_repeater_lora_ota_no_external_sensors standard meshnology_w12_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota nibble_screen_connect_repeater_lora_ota_no_external_sensors built lora-ota nibble_screen_connect_repeater_lora_ota_no_external_sensors standard nibble_screen_connect_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota nibble_zero_connect_repeater_lora_ota_no_external_sensors built lora-ota nibble_zero_connect_repeater_lora_ota_no_external_sensors standard nibble_zero_connect_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+lora-ota solarxiao_30S_repeater_lora_ota_no_external_sensors built repeater-room solarxiao_30S_repeater standard solarxiao_30S_repeater_lora_ota_no_external_sensors -> solarxiao_30S_repeater (QSPI receiver merged into ordinary repeater) solarxiao_30S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota solarxiao_33S_repeater_lora_ota_no_external_sensors built repeater-room solarxiao_33S_repeater standard solarxiao_33S_repeater_lora_ota_no_external_sensors -> solarxiao_33S_repeater (QSPI receiver merged into ordinary repeater) solarxiao_33S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota t1000e_repeater_lora_ota_no_external_sensors built lora-ota t1000e_repeater_lora_ota_no_external_sensors standard t1000e_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+lora-ota wio_wm1110_repeater_lora_ota_no_external_sensors built lora-ota wio_wm1110_repeater_lora_ota_no_external_sensors standard wio_wm1110_repeater_lora_ota_no_external_sensors-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Ebyte_EoRa-S3_Repeater built repeater-room Ebyte_EoRa-S3_Repeater standard Ebyte_EoRa-S3_Repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Ebyte_EoRa-S3_room_server built repeater-room Ebyte_EoRa-S3_room_server standard Ebyte_EoRa-S3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room GAT562_30S_Mesh_Kit_repeater built repeater-room GAT562_30S_Mesh_Kit_repeater standard GAT562_30S_Mesh_Kit_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room GAT562_30S_Mesh_Kit_room_server built repeater-room GAT562_30S_Mesh_Kit_room_server standard GAT562_30S_Mesh_Kit_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room GAT562_Mesh_EVB_Pro_repeater built repeater-room GAT562_Mesh_EVB_Pro_repeater standard GAT562_Mesh_EVB_Pro_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room GAT562_Mesh_EVB_Pro_room_server built repeater-room GAT562_Mesh_EVB_Pro_room_server standard GAT562_Mesh_EVB_Pro_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room GAT562_Mesh_Tracker_Pro_repeater built repeater-room GAT562_Mesh_Tracker_Pro_repeater standard GAT562_Mesh_Tracker_Pro_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room GAT562_Mesh_Tracker_Pro_room_server built repeater-room GAT562_Mesh_Tracker_Pro_room_server standard GAT562_Mesh_Tracker_Pro_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Generic_E22_sx1262_repeater built repeater-room Generic_E22_sx1262_repeater standard Generic_E22_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Generic_E22_sx1268_repeater built repeater-room Generic_E22_sx1268_repeater standard Generic_E22_sx1268_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Generic_ESPNOW_repeatr built repeater-room Generic_ESPNOW_repeatr standard Generic_ESPNOW_repeatr-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Generic_ESPNOW_room_svr built repeater-room Generic_ESPNOW_room_svr standard Generic_ESPNOW_room_svr-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_E213_repeater built repeater-room Heltec_E213_repeater standard Heltec_E213_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_E213_room_server built repeater-room Heltec_E213_room_server standard Heltec_E213_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_E290_repeater built repeater-room Heltec_E290_repeater standard Heltec_E290_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_E290_room_server built repeater-room Heltec_E290_room_server standard Heltec_E290_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_T190_repeater_ built repeater-room Heltec_T190_repeater_ standard Heltec_T190_repeater_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_T190_repeater_bridge_espnow_-full built full-profiles Heltec_T190_repeater_bridge_espnow_ full Heltec_T190_repeater_bridge_espnow_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_T190_room_server_ built repeater-room Heltec_T190_room_server_ standard Heltec_T190_room_server_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_WSL3_repeater built repeater-room Heltec_WSL3_repeater standard Heltec_WSL3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_WSL3_repeater_bridge_rs232 built repeater-room Heltec_WSL3_repeater standard Heltec_WSL3_repeater_bridge_rs232 -> Heltec_WSL3_repeater (rs232) Heltec_WSL3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_WSL3_room_server built repeater-room Heltec_WSL3_room_server standard Heltec_WSL3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_Wireless_Paper_repeater built repeater-room Heltec_Wireless_Paper_repeater standard Heltec_Wireless_Paper_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_Wireless_Paper_room_server built repeater-room Heltec_Wireless_Paper_room_server standard Heltec_Wireless_Paper_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_Wireless_Tracker_repeater built repeater-room Heltec_Wireless_Tracker_repeater standard Heltec_Wireless_Tracker_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_Wireless_Tracker_room_server built repeater-room Heltec_Wireless_Tracker_room_server standard Heltec_Wireless_Tracker_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_ct62_repeater built repeater-room Heltec_ct62_repeater standard Heltec_ct62_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_mesh_solar_repeater built repeater-room Heltec_mesh_solar_repeater standard Heltec_mesh_solar_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_mesh_solar_room_server built repeater-room Heltec_mesh_solar_room_server standard Heltec_mesh_solar_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t096_repeater built repeater-room Heltec_t096_repeater standard Heltec_t096_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t096_repeater_bridge_rs232 built repeater-room Heltec_t096_repeater standard Heltec_t096_repeater_bridge_rs232 -> Heltec_t096_repeater (rs232) Heltec_t096_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t096_room_server built repeater-room Heltec_t096_room_server standard Heltec_t096_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t114_repeater built repeater-room Heltec_t114_repeater standard Heltec_t114_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t114_repeater_bridge_rs232 built repeater-room Heltec_t114_repeater standard Heltec_t114_repeater_bridge_rs232 -> Heltec_t114_repeater (rs232) Heltec_t114_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t114_room_server built repeater-room Heltec_t114_room_server standard Heltec_t114_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t114_without_display_repeater built repeater-room Heltec_t114_without_display_repeater standard Heltec_t114_without_display_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t114_without_display_repeater_bridge_rs232 built repeater-room Heltec_t114_without_display_repeater standard Heltec_t114_without_display_repeater_bridge_rs232 -> Heltec_t114_without_display_repeater (rs232) Heltec_t114_without_display_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t114_without_display_room_server built repeater-room Heltec_t114_without_display_room_server standard Heltec_t114_without_display_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t1_repeater built repeater-room Heltec_t1_repeater standard Heltec_t1_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_t1_room_server built repeater-room Heltec_t1_room_server standard Heltec_t1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_tower_v2_repeater built repeater-room Heltec_tower_v2_repeater standard Heltec_tower_v2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_tower_v2_room_server built repeater-room Heltec_tower_v2_room_server standard Heltec_tower_v2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Heltec_v2_repeater built repeater-room Heltec_v2_repeater standard Heltec_v2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_v2_room_server built repeater-room Heltec_v2_room_server standard Heltec_v2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_v3_repeater built repeater-room Heltec_v3_repeater standard Heltec_v3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_v3_repeater_bridge_rs232 built repeater-room Heltec_v3_repeater standard Heltec_v3_repeater_bridge_rs232 -> Heltec_v3_repeater (rs232) Heltec_v3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_v3_repeater_observer_mqtt_sim-full built full-profiles Heltec_v3_repeater_observer_mqtt_sim full Heltec_v3_repeater_observer_mqtt_sim-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Heltec_v3_room_server built repeater-room Heltec_v3_room_server standard Heltec_v3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room KeepteenLT1_repeater built repeater-room KeepteenLT1_repeater standard KeepteenLT1_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room KeepteenLT1_room_server built repeater-room KeepteenLT1_room_server standard KeepteenLT1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room LilyGo_T-Echo-Lite_repeater built repeater-room LilyGo_T-Echo-Lite_repeater standard LilyGo_T-Echo-Lite_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room LilyGo_T-Echo-Lite_room_server built repeater-room LilyGo_T-Echo-Lite_room_server standard LilyGo_T-Echo-Lite_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room LilyGo_T-Echo_Card_repeater built repeater-room LilyGo_T-Echo_Card_repeater standard LilyGo_T-Echo_Card_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room LilyGo_T-Echo_Card_room_server built repeater-room LilyGo_T-Echo_Card_room_server standard LilyGo_T-Echo_Card_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room LilyGo_T-Echo_repeater built repeater-room LilyGo_T-Echo_repeater standard LilyGo_T-Echo_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room LilyGo_T-Echo_room_server built repeater-room LilyGo_T-Echo_room_server standard LilyGo_T-Echo_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room LilyGo_T3S3_sx1262_repeater built repeater-room LilyGo_T3S3_sx1262_repeater standard LilyGo_T3S3_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_T3S3_sx1262_room_server built repeater-room LilyGo_T3S3_sx1262_room_server standard LilyGo_T3S3_sx1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_T3S3_sx1276_repeater built repeater-room LilyGo_T3S3_sx1276_repeater standard LilyGo_T3S3_sx1276_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_T3S3_sx1276_room_server built repeater-room LilyGo_T3S3_sx1276_room_server standard LilyGo_T3S3_sx1276_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TBeam_1W_repeater built repeater-room LilyGo_TBeam_1W_repeater standard LilyGo_TBeam_1W_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TBeam_1W_room_server built repeater-room LilyGo_TBeam_1W_room_server standard LilyGo_TBeam_1W_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TDeck_repeater built repeater-room LilyGo_TDeck_repeater standard LilyGo_TDeck_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TETH_Elite_sx1262_repeater built repeater-room LilyGo_TETH_Elite_sx1262_repeater standard LilyGo_TETH_Elite_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TETH_Elite_sx1262_room_server built repeater-room LilyGo_TETH_Elite_sx1262_room_server standard LilyGo_TETH_Elite_sx1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TLora_V2_1_1_6_repeater built repeater-room LilyGo_TLora_V2_1_1_6_repeater standard LilyGo_TLora_V2_1_1_6_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TLora_V2_1_1_6_repeater_bridge_rs232 built repeater-room LilyGo_TLora_V2_1_1_6_repeater standard LilyGo_TLora_V2_1_1_6_repeater_bridge_rs232 -> LilyGo_TLora_V2_1_1_6_repeater (rs232) LilyGo_TLora_V2_1_1_6_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TLora_V2_1_1_6_repeater_observer_mqtt_-full built full-profiles LilyGo_TLora_V2_1_1_6_repeater_observer_mqtt_ full LilyGo_TLora_V2_1_1_6_repeater_observer_mqtt_-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TLora_V2_1_1_6_room_server built repeater-room LilyGo_TLora_V2_1_1_6_room_server standard LilyGo_TLora_V2_1_1_6_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_TLora_V2_1_1_6_room_server_observer_mqtt_-full built full-profiles LilyGo_TLora_V2_1_1_6_room_server_observer_mqtt_ full LilyGo_TLora_V2_1_1_6_room_server_observer_mqtt_-full-usb-wifi-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_T_Impulse_Plus_repeater built repeater-room LilyGo_T_Impulse_Plus_repeater standard LilyGo_T_Impulse_Plus_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room LilyGo_Tlora_C6_repeater_ built full-profiles LilyGo_Tlora_C6_repeater_ full LilyGo_Tlora_C6_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room LilyGo_Tlora_C6_room_server_ built full-profiles LilyGo_Tlora_C6_room_server_ full LilyGo_Tlora_C6_room_server_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room M5Stack_Unit_C6L_repeater built full-profiles M5Stack_Unit_C6L_repeater full M5Stack_Unit_C6L_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room M5Stack_Unit_C6L_room_server built full-profiles M5Stack_Unit_C6L_room_server full M5Stack_Unit_C6L_room_server-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room MeshTracker_X1_repeater built repeater-room MeshTracker_X1_repeater standard MeshTracker_X1_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room MeshTracker_X1_room_server built repeater-room MeshTracker_X1_room_server standard MeshTracker_X1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Mesh_pocket_repeater built repeater-room Mesh_pocket_repeater standard Mesh_pocket_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Mesh_pocket_room_server built repeater-room Mesh_pocket_room_server standard Mesh_pocket_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Meshadventurer_sx1262_repeater built repeater-room Meshadventurer_sx1262_repeater standard Meshadventurer_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Meshadventurer_sx1262_room_server built repeater-room Meshadventurer_sx1262_room_server standard Meshadventurer_sx1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Meshadventurer_sx1268_repeater built repeater-room Meshadventurer_sx1268_repeater standard Meshadventurer_sx1268_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Meshadventurer_sx1268_room_server built repeater-room Meshadventurer_sx1268_room_server standard Meshadventurer_sx1268_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Meshimi_repeater_ built full-profiles Meshimi_repeater_ full Meshimi_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Minewsemi_me25ls01_repeater built repeater-room Minewsemi_me25ls01_repeater standard Minewsemi_me25ls01_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Minewsemi_me25ls01_room_server built repeater-room Minewsemi_me25ls01_room_server standard Minewsemi_me25ls01_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Nano_G2_Ultra_repeater built repeater-room Nano_G2_Ultra_repeater standard Nano_G2_Ultra_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Nano_G2_Ultra_room_server built repeater-room Nano_G2_Ultra_room_server standard Nano_G2_Ultra_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room PicoW_repeater excluded PicoW_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room PicoW_room_server excluded PicoW_room_server No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room ProMicro_repeater built repeater-room ProMicro_repeater standard ProMicro_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ProMicro_repeater_bridge_rs232_serial1 built repeater-room ProMicro_repeater standard ProMicro_repeater_bridge_rs232_serial1 -> ProMicro_repeater (rs232) ProMicro_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ProMicro_room_server built repeater-room ProMicro_room_server standard ProMicro_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room R1Neo_repeater built repeater-room R1Neo_repeater standard R1Neo_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room R1Neo_room_server built repeater-room R1Neo_room_server standard R1Neo_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_11310_repeater excluded RAK_11310_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room RAK_11310_repeater_bridge_rs232 excluded RAK_11310_repeater RAK_11310_repeater_bridge_rs232 -> RAK_11310_repeater (rs232) No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room RAK_11310_room_server excluded RAK_11310_room_server No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room RAK_3112_repeater built repeater-room RAK_3112_repeater standard RAK_3112_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room RAK_3112_repeater_bridge_rs232 built repeater-room RAK_3112_repeater standard RAK_3112_repeater_bridge_rs232 -> RAK_3112_repeater (rs232) RAK_3112_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room RAK_3112_room_server built repeater-room RAK_3112_room_server standard RAK_3112_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room RAK_3401_repeater built repeater-room RAK_3401_repeater standard RAK_3401_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_3401_room_server built repeater-room RAK_3401_room_server standard RAK_3401_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_3x72_repeater excluded RAK_3x72_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room RAK_4631_repeater built repeater-room RAK_4631_repeater standard RAK_4631_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_4631_repeater_bridge_rs232_serial1 built repeater-room RAK_4631_repeater standard RAK_4631_repeater_bridge_rs232_serial1 -> RAK_4631_repeater (rs232) RAK_4631_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_4631_repeater_bridge_rs232_serial2 built repeater-room RAK_4631_repeater standard RAK_4631_repeater_bridge_rs232_serial2 -> RAK_4631_repeater (rs232) RAK_4631_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_4631_repeater_ethernet built repeater-room RAK_4631_repeater_ethernet standard RAK_4631_repeater_ethernet-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_4631_room_server built repeater-room RAK_4631_room_server standard RAK_4631_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_4631_room_server_ethernet built repeater-room RAK_4631_room_server_ethernet standard RAK_4631_room_server_ethernet-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_WisMesh_Tag_repeater built repeater-room RAK_WisMesh_Tag_repeater standard RAK_WisMesh_Tag_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room RAK_WisMesh_Tag_room_server built repeater-room RAK_WisMesh_Tag_room_server standard RAK_WisMesh_Tag_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room SenseCap_Solar_repeater built repeater-room SenseCap_Solar_repeater standard SenseCap_Solar_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room SenseCap_Solar_room_server built repeater-room SenseCap_Solar_room_server standard SenseCap_Solar_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Station_G2_logging_repeater built repeater-room Station_G2_repeater standard Station_G2_logging_repeater -> Station_G2_repeater (runtime setting) Station_G2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Station_G2_repeater built repeater-room Station_G2_repeater standard Station_G2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Station_G2_room_server built repeater-room Station_G2_room_server standard Station_G2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Station_G3_ESP32_logging_repeater built repeater-room Station_G3_ESP32_repeater standard Station_G3_ESP32_logging_repeater -> Station_G3_ESP32_repeater (runtime setting) Station_G3_ESP32_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Station_G3_ESP32_repeater built repeater-room Station_G3_ESP32_repeater standard Station_G3_ESP32_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Station_G3_ESP32_room_server built repeater-room Station_G3_ESP32_room_server standard Station_G3_ESP32_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room T_Beam_S3_Supreme_SX1262_repeater built repeater-room T_Beam_S3_Supreme_SX1262_repeater standard T_Beam_S3_Supreme_SX1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room T_Beam_S3_Supreme_SX1262_room_server built repeater-room T_Beam_S3_Supreme_SX1262_room_server standard T_Beam_S3_Supreme_SX1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Tbeam_SX1262_repeater built repeater-room Tbeam_SX1262_repeater standard Tbeam_SX1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Tbeam_SX1262_room_server built repeater-room Tbeam_SX1262_room_server standard Tbeam_SX1262_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Tbeam_SX1276_repeater built repeater-room Tbeam_SX1276_repeater standard Tbeam_SX1276_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Tbeam_SX1276_room_server built repeater-room Tbeam_SX1276_room_server standard Tbeam_SX1276_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Tenstar_C3_sx1262_repeater built repeater-room Tenstar_C3_sx1262_repeater standard Tenstar_C3_sx1262_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Tenstar_C3_sx1268_repeater built repeater-room Tenstar_C3_sx1268_repeater standard Tenstar_C3_sx1268_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room ThinkNode_M1_repeater built repeater-room ThinkNode_M1_repeater standard ThinkNode_M1_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ThinkNode_M1_room_server built repeater-room ThinkNode_M1_room_server standard ThinkNode_M1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ThinkNode_M2_Repeater built repeater-room ThinkNode_M2_Repeater standard ThinkNode_M2_Repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room ThinkNode_M2_room_server built repeater-room ThinkNode_M2_room_server standard ThinkNode_M2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room ThinkNode_M3_repeater built repeater-room ThinkNode_M3_repeater standard ThinkNode_M3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ThinkNode_M3_room_server built repeater-room ThinkNode_M3_room_server standard ThinkNode_M3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ThinkNode_M5_Repeater built repeater-room ThinkNode_M5_Repeater standard ThinkNode_M5_Repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room ThinkNode_M5_room_server built repeater-room ThinkNode_M5_room_server standard ThinkNode_M5_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room ThinkNode_M6_repeater built repeater-room ThinkNode_M6_repeater standard ThinkNode_M6_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ThinkNode_M6_room_server built repeater-room ThinkNode_M6_room_server standard ThinkNode_M6_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ThinkNode_M7_repeater built repeater-room ThinkNode_M7_repeater standard ThinkNode_M7_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room ThinkNode_M7_room_server built repeater-room ThinkNode_M7_room_server standard ThinkNode_M7_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room ThinkNode_M8_repeater built repeater-room ThinkNode_M8_repeater standard ThinkNode_M8_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ThinkNode_M8_room_server built repeater-room ThinkNode_M8_room_server standard ThinkNode_M8_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ThinkNode_M9_repeater_ built repeater-room ThinkNode_M9_repeater_ standard ThinkNode_M9_repeater_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room ThinkNode_M9_room_server_ built repeater-room ThinkNode_M9_room_server_ standard ThinkNode_M9_room_server_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Tiny_Relay_repeater excluded Tiny_Relay_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room WHY2025_badge_repeater_ built full-profiles WHY2025_badge_repeater_ full WHY2025_badge_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room WioTrackerL1_repeater built repeater-room WioTrackerL1_repeater standard WioTrackerL1_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room WioTrackerL1_room_server built repeater-room WioTrackerL1_room_server standard WioTrackerL1_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Xiao_C3_repeater built repeater-room Xiao_C3_repeater standard Xiao_C3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Xiao_C3_room_server built repeater-room Xiao_C3_room_server standard Xiao_C3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Xiao_C6_repeater_ built full-profiles Xiao_C6_repeater_ full Xiao_C6_repeater_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Xiao_S3_WIO_repeater built repeater-room Xiao_S3_WIO_repeater standard Xiao_S3_WIO_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Xiao_S3_WIO_room_server built repeater-room Xiao_S3_WIO_room_server standard Xiao_S3_WIO_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Xiao_S3_repeater built repeater-room Xiao_S3_repeater standard Xiao_S3_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Xiao_S3_room_server built repeater-room Xiao_S3_room_server standard Xiao_S3_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room Xiao_nrf52_repeater built repeater-room Xiao_nrf52_repeater standard Xiao_nrf52_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Xiao_nrf52_room_server built repeater-room Xiao_nrf52_room_server standard Xiao_nrf52_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room Xiao_rp2040_repeater excluded Xiao_rp2040_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room Xiao_rp2040_room_server excluded Xiao_rp2040_room_server No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room heltec_rc32_repeater built full-profiles heltec_rc32_repeater full heltec_rc32_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_rc32_room_server built repeater-room heltec_rc32_room_server standard heltec_rc32_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_rc32_without_display_repeater built full-profiles heltec_rc32_without_display_repeater full heltec_rc32_without_display_repeater-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_rc32_without_display_room_server built repeater-room heltec_rc32_without_display_room_server standard heltec_rc32_without_display_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_tracker_v2_repeater built repeater-room heltec_tracker_v2_repeater standard heltec_tracker_v2_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_tracker_v2_room_server built repeater-room heltec_tracker_v2_room_server standard heltec_tracker_v2_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_v4_expansionkit_repeater built repeater-room heltec_v4_expansionkit_repeater standard heltec_v4_expansionkit_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_v4_r8_repeater built repeater-room heltec_v4_r8_repeater standard heltec_v4_r8_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_v4_r8_room_server built repeater-room heltec_v4_r8_room_server standard heltec_v4_r8_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_v4_r8_tft_repeater built repeater-room heltec_v4_r8_tft_repeater standard heltec_v4_r8_tft_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_v4_r8_tft_room_server built repeater-room heltec_v4_r8_tft_room_server standard heltec_v4_r8_tft_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_v4_repeater built repeater-room heltec_v4_repeater standard heltec_v4_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_v4_room_server built repeater-room heltec_v4_room_server standard heltec_v4_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_v4_tft_repeater built repeater-room heltec_v4_tft_repeater standard heltec_v4_tft_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room heltec_v4_tft_room_server built repeater-room heltec_v4_tft_room_server standard heltec_v4_tft_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room ikoka_handheld_nrf_e22_30dbm_repeater built repeater-room ikoka_handheld_nrf_e22_30dbm_repeater standard ikoka_handheld_nrf_e22_30dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_handheld_nrf_e22_30dbm_room_server built repeater-room ikoka_handheld_nrf_e22_30dbm_room_server standard ikoka_handheld_nrf_e22_30dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_nano_nrf_22dbm_repeater built repeater-room ikoka_nano_nrf_22dbm_repeater standard ikoka_nano_nrf_22dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_nano_nrf_22dbm_room_server built repeater-room ikoka_nano_nrf_22dbm_room_server standard ikoka_nano_nrf_22dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_nano_nrf_30dbm_repeater built repeater-room ikoka_nano_nrf_30dbm_repeater standard ikoka_nano_nrf_30dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_nano_nrf_30dbm_room_server built repeater-room ikoka_nano_nrf_30dbm_room_server standard ikoka_nano_nrf_30dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_nano_nrf_33dbm_repeater built repeater-room ikoka_nano_nrf_33dbm_repeater standard ikoka_nano_nrf_33dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_nano_nrf_33dbm_room_server built repeater-room ikoka_nano_nrf_33dbm_room_server standard ikoka_nano_nrf_33dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_stick_nrf_22dbm_repeater built repeater-room ikoka_stick_nrf_22dbm_repeater standard ikoka_stick_nrf_22dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_stick_nrf_22dbm_room_server built repeater-room ikoka_stick_nrf_22dbm_room_server standard ikoka_stick_nrf_22dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_stick_nrf_30dbm_repeater built repeater-room ikoka_stick_nrf_30dbm_repeater standard ikoka_stick_nrf_30dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_stick_nrf_30dbm_room_server built repeater-room ikoka_stick_nrf_30dbm_room_server standard ikoka_stick_nrf_30dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_stick_nrf_33dbm_repeater built repeater-room ikoka_stick_nrf_33dbm_repeater standard ikoka_stick_nrf_33dbm_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room ikoka_stick_nrf_33dbm_room_server built repeater-room ikoka_stick_nrf_33dbm_room_server standard ikoka_stick_nrf_33dbm_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room meshnology_w12_repeater built repeater-room meshnology_w12_repeater standard meshnology_w12_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room meshnology_w12_room_server built repeater-room meshnology_w12_room_server standard meshnology_w12_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room nibble_screen_connect_repeater_ built repeater-room nibble_screen_connect_repeater_ standard nibble_screen_connect_repeater_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room nibble_screen_connect_repeater_bridge_espnow_-full built full-profiles nibble_screen_connect_repeater_bridge_espnow_ full nibble_screen_connect_repeater_bridge_espnow_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room nibble_screen_connect_room_server_ built repeater-room nibble_screen_connect_room_server_ standard nibble_screen_connect_room_server_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room nibble_zero_connect_repeater_ built repeater-room nibble_zero_connect_repeater_ standard nibble_zero_connect_repeater_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room nibble_zero_connect_repeater_bridge_espnow_-full built full-profiles nibble_zero_connect_repeater_bridge_espnow_ full nibble_zero_connect_repeater_bridge_espnow_-full-logging-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room nibble_zero_connect_room_server_ built repeater-room nibble_zero_connect_room_server_ standard nibble_zero_connect_room_server_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+repeater-room solarxiao_30S_repeater built repeater-room solarxiao_30S_repeater standard solarxiao_30S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room solarxiao_30S_repeater_bridge_rs232 built repeater-room solarxiao_30S_repeater standard solarxiao_30S_repeater_bridge_rs232 -> solarxiao_30S_repeater (rs232) solarxiao_30S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room solarxiao_30S_room_server built repeater-room solarxiao_30S_room_server standard solarxiao_30S_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room solarxiao_33S_repeater built repeater-room solarxiao_33S_repeater standard solarxiao_33S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room solarxiao_33S_repeater_bridge_rs232 built repeater-room solarxiao_33S_repeater standard solarxiao_33S_repeater_bridge_rs232 -> solarxiao_33S_repeater (rs232) solarxiao_33S_repeater-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room solarxiao_33S_room_server built repeater-room solarxiao_33S_room_server standard solarxiao_33S_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room t1000e_repeater built repeater-room t1000e_repeater standard t1000e_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room t1000e_room_server built repeater-room t1000e_room_server standard t1000e_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room waveshare_rp2040_lora_repeater excluded waveshare_rp2040_lora_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room waveshare_rp2040_lora_repeater_bridge_rs232 excluded waveshare_rp2040_lora_repeater waveshare_rp2040_lora_repeater_bridge_rs232 -> waveshare_rp2040_lora_repeater (rs232) No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room waveshare_rp2040_lora_room_server excluded waveshare_rp2040_lora_room_server No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room wio-e5-mini_repeater excluded wio-e5-mini_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room wio-e5-repeater_bridge_rs232 excluded wio-e5-repeater_bridge_rs232 No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room wio-e5_repeater excluded wio-e5_repeater No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+repeater-room wio_wm1110_repeater built repeater-room wio_wm1110_repeater standard wio_wm1110_repeater-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+repeater-room wio_wm1110_room_server built repeater-room wio_wm1110_room_server standard wio_wm1110_room_server-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility Ebyte_EoRa-S3_terminal_chat built companion Ebyte_EoRa-S3_companion_radio_full full Ebyte_EoRa-S3_terminal_chat -> Ebyte_EoRa-S3_companion_radio_full (terminal_companion) Ebyte_EoRa-S3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Generic_ESPNOW_terminal_chat built companion Generic_ESPNOW_companion_radio_full full Generic_ESPNOW_terminal_chat -> Generic_ESPNOW_companion_radio_full (terminal_companion) Generic_ESPNOW_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Heltec_WSL3_sensor built utility Heltec_WSL3_sensor standard Heltec_WSL3_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Heltec_ct62_sensor built utility Heltec_ct62_sensor standard Heltec_ct62_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Heltec_t096_sensor built utility Heltec_t096_sensor standard Heltec_t096_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility Heltec_v2_terminal_chat built companion Heltec_v2_companion_radio_full full Heltec_v2_terminal_chat -> Heltec_v2_companion_radio_full (terminal_companion) Heltec_v2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Heltec_v3_sensor built utility Heltec_v3_sensor standard Heltec_v3_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Heltec_v3_terminal_chat built companion Heltec_v3_companion_radio_full full Heltec_v3_terminal_chat -> Heltec_v3_companion_radio_full (terminal_companion) Heltec_v3_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility LilyGo_T3S3_sx1262_terminal_chat built companion LilyGo_T3S3_sx1262_companion_radio_full full LilyGo_T3S3_sx1262_terminal_chat -> LilyGo_T3S3_sx1262_companion_radio_full (terminal_companion) LilyGo_T3S3_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility LilyGo_T3S3_sx1276_terminal_chat built companion LilyGo_T3S3_sx1276_companion_radio_full full LilyGo_T3S3_sx1276_terminal_chat -> LilyGo_T3S3_sx1276_companion_radio_full (terminal_companion) LilyGo_T3S3_sx1276_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility LilyGo_TLora_V2_1_1_6_terminal_chat built companion LilyGo_TLora_V2_1_1_6_companion_radio_full full LilyGo_TLora_V2_1_1_6_terminal_chat -> LilyGo_TLora_V2_1_1_6_companion_radio_full (terminal_companion) LilyGo_TLora_V2_1_1_6_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Meshadventurer_sx1262_terminal_chat built companion Meshadventurer_sx1262_companion_radio_full full Meshadventurer_sx1262_terminal_chat -> Meshadventurer_sx1262_companion_radio_full (terminal_companion) Meshadventurer_sx1262_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Meshadventurer_sx1268_terminal_chat built companion Meshadventurer_sx1268_companion_radio_full full Meshadventurer_sx1268_terminal_chat -> Meshadventurer_sx1268_companion_radio_full (terminal_companion) Meshadventurer_sx1268_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Minewsemi_me25ls01_terminal_chat built companion Minewsemi_me25ls01_companion_radio_full full Minewsemi_me25ls01_terminal_chat -> Minewsemi_me25ls01_companion_radio_full (terminal_companion) Minewsemi_me25ls01_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility PicoW_terminal_chat built companion PicoW_companion_radio_usb standard PicoW_terminal_chat -> PicoW_companion_radio_usb (terminal_companion) PicoW_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility ProMicro_sensor built utility ProMicro_sensor standard ProMicro_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility ProMicro_terminal_chat built companion ProMicro_companion_radio_full full ProMicro_terminal_chat -> ProMicro_companion_radio_full (terminal_companion) ProMicro_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility R1Neo_sensor built utility R1Neo_sensor standard R1Neo_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility R1Neo_terminal_chat built companion R1Neo_companion_radio_full full R1Neo_terminal_chat -> R1Neo_companion_radio_full (terminal_companion) R1Neo_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility RAK_11310_terminal_chat built companion RAK_11310_companion_radio_usb standard RAK_11310_terminal_chat -> RAK_11310_companion_radio_usb (terminal_companion) RAK_11310_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility RAK_3112_sensor built utility RAK_3112_sensor standard RAK_3112_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility RAK_3112_terminal_chat built companion RAK_3112_companion_radio_full full RAK_3112_terminal_chat -> RAK_3112_companion_radio_full (terminal_companion) RAK_3112_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility RAK_3401_sensor built utility RAK_3401_sensor standard RAK_3401_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility RAK_3401_terminal_chat built companion RAK_3401_companion_radio_full full RAK_3401_terminal_chat -> RAK_3401_companion_radio_full (terminal_companion) RAK_3401_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility RAK_3x72_sensor excluded RAK_3x72_sensor No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+utility RAK_4631_sensor built utility RAK_4631_sensor standard RAK_4631_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility RAK_4631_terminal_chat built companion RAK_4631_companion_radio_full full RAK_4631_terminal_chat -> RAK_4631_companion_radio_full (terminal_companion) RAK_4631_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility RAK_WisMesh_Tag_sensor built utility RAK_WisMesh_Tag_sensor standard RAK_WisMesh_Tag_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.uf2
+utility ThinkNode_M2_terminal_chat built companion ThinkNode_M2_companion_radio_full full ThinkNode_M2_terminal_chat -> ThinkNode_M2_companion_radio_full (terminal_companion) ThinkNode_M2_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility ThinkNode_M5_terminal_chat built companion ThinkNode_M5_companion_radio_full full ThinkNode_M5_terminal_chat -> ThinkNode_M5_companion_radio_full (terminal_companion) ThinkNode_M5_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Tiny_Relay_sensor excluded Tiny_Relay_sensor No qualified wireless infrastructure self-update path; omitted from the OTA-required release
+utility Xiao_S3_WIO_sensor built utility Xiao_S3_WIO_sensor standard Xiao_S3_WIO_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Xiao_S3_WIO_terminal_chat built companion Xiao_S3_WIO_companion_radio_full full Xiao_S3_WIO_terminal_chat -> Xiao_S3_WIO_companion_radio_full (terminal_companion) Xiao_S3_WIO_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Xiao_S3_sensor built utility Xiao_S3_sensor standard Xiao_S3_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility Xiao_rp2040_terminal_chat built companion Xiao_rp2040_companion_radio_usb standard Xiao_rp2040_terminal_chat -> Xiao_rp2040_companion_radio_usb (terminal_companion) Xiao_rp2040_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_rc32_sensor built utility heltec_rc32_sensor standard heltec_rc32_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_rc32_terminal_chat built companion heltec_rc32_companion_radio_full full heltec_rc32_terminal_chat -> heltec_rc32_companion_radio_full (terminal_companion) heltec_rc32_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_rc32_without_display_sensor built utility heltec_rc32_without_display_sensor standard heltec_rc32_without_display_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_tracker_v2_sensor built utility heltec_tracker_v2_sensor standard heltec_tracker_v2_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_tracker_v2_terminal_chat built companion heltec_tracker_v2_companion_radio_full_femon full heltec_tracker_v2_terminal_chat -> heltec_tracker_v2_companion_radio_full_femon (terminal_companion) heltec_tracker_v2_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_v4_r8_sensor built utility heltec_v4_r8_sensor standard heltec_v4_r8_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_v4_r8_terminal_chat built companion heltec_v4_r8_companion_radio_full full heltec_v4_r8_terminal_chat -> heltec_v4_r8_companion_radio_full (terminal_companion) heltec_v4_r8_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_v4_r8_tft_sensor built utility heltec_v4_r8_tft_sensor standard heltec_v4_r8_tft_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_v4_r8_tft_terminal_chat built companion heltec_v4_r8_tft_companion_radio_full full heltec_v4_r8_tft_terminal_chat -> heltec_v4_r8_tft_companion_radio_full (terminal_companion) heltec_v4_r8_tft_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_v4_sensor built utility heltec_v4_sensor standard heltec_v4_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_v4_terminal_chat built companion heltec_v4_2_v4_3_companion_radio_full_femon full heltec_v4_terminal_chat -> heltec_v4_2_v4_3_companion_radio_full_femon (terminal_companion) heltec_v4_2_v4_3_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_v4_tft_sensor built utility heltec_v4_tft_sensor standard heltec_v4_tft_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility heltec_v4_tft_terminal_chat built companion heltec_v4_tft_companion_radio_full_femon full heltec_v4_tft_terminal_chat -> heltec_v4_tft_companion_radio_full_femon (terminal_companion) heltec_v4_tft_companion_radio_full_femon-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility meshnology_w12_sensor built utility meshnology_w12_sensor standard meshnology_w12_sensor-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility meshnology_w12_terminal_chat built companion meshnology_w12_companion_radio_full full meshnology_w12_terminal_chat -> meshnology_w12_companion_radio_full (terminal_companion) meshnology_w12_companion_radio_full-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility nibble_screen_connect_terminal_chat_ built companion nibble_screen_connect_companion_radio_full_ full nibble_screen_connect_terminal_chat_ -> nibble_screen_connect_companion_radio_full_ (terminal_companion) nibble_screen_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility nibble_zero_connect_terminal_chat_ built companion nibble_zero_connect_companion_radio_full_ full nibble_zero_connect_terminal_chat_ -> nibble_zero_connect_companion_radio_full_ (terminal_companion) nibble_zero_connect_companion_radio_full_-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility waveshare_rp2040_lora_terminal_chat built companion waveshare_rp2040_lora_companion_radio_usb standard waveshare_rp2040_lora_terminal_chat -> waveshare_rp2040_lora_companion_radio_usb (terminal_companion) waveshare_rp2040_lora_companion_radio_usb-v1.17.1.5-halo-keymind-cascade-dev-26303793.bin
+utility wio-e5-mini_sensor excluded wio-e5-mini_sensor No qualified wireless infrastructure self-update path; omitted from the OTA-required release
diff --git a/docs/releases/1.17.1.5.md b/docs/releases/1.17.1.5.md
index ffbdee56..f69c657f 100644
--- a/docs/releases/1.17.1.5.md
+++ b/docs/releases/1.17.1.5.md
@@ -1,5 +1,11 @@
# MeshCore 1.17.1.5 Dev — USA Cascade
+Use [feature switches by role](../role_feature_switches.md) for exact on/off
+commands for Companion, Repeater, Room Server, and Sensor, including MQTT,
+logging, power saving, GPS, and board exceptions. Open the
+[USB web console](https://flasher.meshcore.io/console) for the default ASCII
+terminal on Full Companion and infrastructure images.
+
The firmware identifier and main release tag follow
`v1.17.1.5-halo-keymind-cascade-dev-`, matching the 1.17.1.4 naming
convention. Supplemental pages retain the `repeater-room-`, `utility-`,
@@ -94,3 +100,27 @@ checksums, build notes, and Full Companion directions. The staging directory's
root `FIRMWARE-PICKER-1.17.1.5.html` opens the local downloads; the copies inside
each release group use the planned GitHub download URLs. Staging does not
push commits, create remote tags, or publish a GitHub release.
+
+## Published release set and small-slot Heltec V4 updates
+
+Published firmware tags remain at source commit `26303793`. Documentation can
+advance independently. The original matrix qualified 540 profiles (1,080
+firmware files) from 551 attempts; 11 oversized portable attempts have expanded
+Full replacements. The [variant map](1.17.1.5-variant-map.tsv) maps all 1,361
+previous-release choices to 1,325 covered choices and 36 excluded entries.
+Multiple old choices map to the same current artifact.
+
+For Heltec V4 with an existing compatible **1.25 MiB OTA application slot**, the
+standard `heltec_v4_repeater` application is **1,179,200 bytes** and the lean
+`heltec_v4_repeater_lora_ota_no_external_sensors` application is **1,232,024 bytes**.
+Both fit that slot. Start the WiFi uploader with `start ota ap`, join
+`MeshCore-OTA`, and open `http://192.168.4.1/update`. Upload the application
+`.bin`; use `stop ota` to close an unused uploader. Their merged USB installers
+write two 6.25 MiB application slots. Expanded Full V4 applications require
+the larger layout and do not fit a 1.25 MiB slot.
+
+- [Companion firmware](https://github.com/mikecarper/MeshCore/releases/tag/v1.17.1.5-halo-keymind-cascade-dev-26303793)
+- [Repeater and Room Server firmware](https://github.com/mikecarper/MeshCore/releases/tag/repeater-room-v1.17.1.5-halo-keymind-cascade-dev-26303793)
+- [Sensor firmware](https://github.com/mikecarper/MeshCore/releases/tag/utility-v1.17.1.5-halo-keymind-cascade-dev-26303793)
+- [LoRa OTA repeater firmware](https://github.com/mikecarper/MeshCore/releases/tag/lora-ota-v1.17.1.5-halo-keymind-cascade-dev-26303793)
+- [Expanded Full infrastructure](https://github.com/mikecarper/MeshCore/releases/tag/full-profiles-v1.17.1.5-halo-keymind-cascade-dev-26303793)
diff --git a/docs/role_feature_switches.md b/docs/role_feature_switches.md
new file mode 100644
index 00000000..b18a54f9
--- /dev/null
+++ b/docs/role_feature_switches.md
@@ -0,0 +1,247 @@
+# Feature switches by role — 1.17.1.5 USA Cascade
+
+Use these settings with the exact board's canonical release image. Former
+logging, power-saving, FEM-gain, and rotated-display variants are now runtime
+choices where the hardware supports them. A setting cannot add missing radio
+hardware, MQTT code, storage, or an OTA partition. Check the download's
+`.capabilities.json` and the [firmware picker](firmware_picker.md).
+For exact old device/variant names, search the
+[1.17.1.5 variant map](releases/1.17.1.5-variant-map.tsv): it maps all 1,361
+previous release entries to 1,325 covered choices or 36 excluded entries.
+Many old choices share one current image; the command tables below explain
+how to select their former behavior. Excluded entries have no download.
+
+## Open the USB web console
+
+Open the [MeshCore USB web console](https://flasher.meshcore.io/console) in
+Chrome or Edge, connect a data-capable USB cable, close other applications
+using that port, and select the device. Use **115200 baud** when prompted.
+Full Companion, Repeater, Room Server, and Sensor start with an **ASCII USB
+terminal**. Run `board`, then `version` on a Companion or `ver` on infrastructure.
+
+If a Companion app has already switched USB to its binary protocol, send:
+
+```text
++++MESHCORE-TERM-START
+```
+
+To hand the port back to a Companion app or USB MOTA host, send
+`+++MESHCORE-TERM-STOP`, close the console, and connect the app/tool. Dedicated
+USB/BLE/WiFi Companion images can start in binary mode; use the start token
+there too. KISS firmware uses its modem protocol and is outside this release.
+
+The linked console runs in your computer's browser over **USB**. It does not
+need node WiFi or `set webui on`. **WebConfig** is a separate settings website
+served by supported ESP32 images. Infrastructure WebConfig can include a
+browser command terminal (`set wifi.cli on`); Companion WebConfig does not.
+Full ESP32 Companion also has a text terminal at TCP port **5002**.
+
+## Which old variant setting should I use?
+
+These controls apply to every board with the corresponding compiled feature;
+use the board exceptions below when the command differs.
+
+| Former choice | Current image / runtime control |
+| --- | --- |
+| USB logging or Station G2/G3 logging variant | Same role's canonical image; `set usb.logging on` / `off` |
+| Infrastructure USB logging, WiFi MQTT, or both | Unified MQTT-capable Full infrastructure; `set logging.output usb`, `wifi`, `both`, or `off` |
+| Companion WiFi-MQTT variant | MQTT-capable Full Companion; configure broker slots in WebConfig |
+| `_ps` power-saving variant | `powersaving on` / `off` on Companion; infrastructure forms and restrictions below |
+| `_femoff` / FEM-gain variant | `set radio.fem.rxgain on` / `off`; separate TX switch where controllable |
+| RX boost variant | `set radio.rxgain on` / `off` on a supported radio |
+| iKOKA rotated-display variant | Full Companion: `set display.rotation 180`; `0` restores the board default |
+| Separate USB, BLE, WiFi, Ethernet, or Terminal Chat Companion | Exact board's Full Companion where listed; supported transports are included, with SenseCAP selection below |
+| RS232 repeater variant consolidated into the ordinary repeater | `set bridge.enabled on` / `off` on a build containing the RS232 bridge |
+| ESP-NOW bridge or primary ESP-NOW radio | Select the matching hardware/role image first; bridge and primary-radio channel commands differ |
+| LoRa OTA / external-storage variant | Still choose the exact receiver/storage image and matching bootloader; this is not a software on/off switch |
+
+Full infrastructure and Full Companion are different roles. In particular,
+**`logging.output` and `bridge.enabled` are infrastructure commands**, not
+Full Companion MQTT switches.
+
+## Full Companion commands
+
+| Setting | Enable / select | Disable / restore | Read back |
+| --- | --- | --- | --- |
+| Device power saving | `powersaving on` | `powersaving off` | `powersaving` |
+| LoRa RX power saving | `set radio.rxps on` | `set radio.rxps off` | `get radio.rxps` |
+| Radio RX boost | `set radio.rxgain on` | `set radio.rxgain off` | `get radio.rxgain` |
+| External FEM RX gain | `set radio.fem.rxgain on` | `set radio.fem.rxgain off` | `get radio.fem.rxgain` |
+| External FEM TX gain | `set radio.fem.txgain on` | `set radio.fem.txgain off` | `get radio.fem.txgain` |
+| ESP32 USB logging | `set usb.logging on` | `set usb.logging off` | `get usb.logging` |
+| nRF52 second USB logging port | `set usb.logging on reboot` | `set usb.logging off reboot` | `get usb.logging` |
+| ESP32 persistent WebConfig | `set webui on` | `set webui off` | `get webui` |
+| ESP32 temporary setup AP | `start webconfig ap` | `stop webconfig` | `get webui` |
+| Display rotation | `set display.rotation 90`, `180`, or `270` | `set display.rotation 0` | `get display.rotation` |
+| Temporary MOTA radio window | `tempradio 910.525,250,5,5,120` | `normalradio` | `tempradio` |
+
+Saved settings apply immediately unless noted. Rotation and gain controls
+report unsupported hardware instead of creating that feature. Fresh Full
+Companion preferences enable device power saving and leave USB logging off;
+existing saved preferences win after an update.
+
+**ESP32:** logging and binary Companion traffic share one USB port. Turn logging
+off before handing USB to an app/MOTA host. **nRF52:** the optional second CDC
+port is for logs; use the primary port for Companion/MOTA. Adding/removing the
+second port requires the `reboot` suffix shown above.
+
+### Companion MQTT: use WebConfig, not infrastructure CLI commands
+
+1. Run `set webui on` and open the URL reported by `get webui`, or run
+ `start webconfig ap` and join the setup network.
+2. In the MQTT cards, select a broker preset and configure its required
+ details. Save to enable that slot.
+3. To disable MQTT connections, select **`none` for every broker slot** and
+ save. To enable them again, restore the desired presets/settings and save.
+4. Use the separate status, packets, raw, receive, and transmit controls to
+ choose what is published. Turning off status publication alone leaves
+ broker connections enabled.
+
+Full Companion has no USB text equivalents for `set mqtt1.preset`,
+`set bridge.enabled`, or `set logging.output`. Use its WebConfig controls.
+USB logging is independent of those broker slots. Images without MQTT code
+do not show MQTT cards.
+
+### Companion WiFi, Bluetooth, GPS, and board exceptions
+
+Configure ESP32 WiFi with:
+
+```text
+set wifi.ssid MyNetwork
+set wifi.pwd my-password
+get wifi.status
+```
+
+`set wifi.powersave min` enables WiFi modem sleep; `none` disables it. `max`
+is accepted only where the BLE/WiFi coexistence policy allows it. Read back
+with `get wifi.powersave`. This is separate from device power saving and RXPS.
+The assigned WiFi button/display switch controls WiFi services on supported
+boards. `stop webconfig` closes only the portal; it is not a WiFi master switch.
+There is no universal Bluetooth-off or Ethernet-off text command.
+
+**SenseCAP Indicator Full only:** `set companion.transport wifi` followed by
+`reboot` selects WiFi; `set companion.transport ble` followed by `reboot`
+selects Bluetooth. Check `get companion.transport`. USB remains available.
+Primary ESP-NOW Indicator images keep their mesh radio in either selection.
+
+**GPS-equipped Companions:** use `gps=1` / `gps=0` in the Companion app's
+custom sensor settings. These are app settings, not ASCII terminal commands.
+See [GPS tracking](gps_tracking.md) for location-sharing settings.
+
+## Repeater, Room Server, and Sensor commands
+
+These roles use CommonCLI. Feature-dependent commands require the relevant
+hardware/build; MQTT is present in observer builds, and WebConfig is absent
+from some portable builds. The USB browser console still works without it.
+
+| Setting | Enable | Disable | Read back |
+| --- | --- | --- | --- |
+| Live USB logging | `set usb.logging on` | `set usb.logging off` | `get usb.logging` |
+| Capture RX log to node storage | `log start` | `log stop` | `log` prints the capture locally |
+| MQTT / RS232 / ESP-NOW bridge master | `set bridge.enabled on` | `set bridge.enabled off` | `get bridge.enabled`, `get bridge.running`, `get bridge.type` |
+| MQTT periodic status publication | `set mqtt.status on` | `set mqtt.status off` | `get mqtt.status` shows connection status |
+| MQTT packet publication | `set mqtt.packets on` | `set mqtt.packets off` | `get mqtt.packets` |
+| SNMP on supported MQTT infrastructure | `set snmp on`, then `reboot` | `set snmp off`, then `reboot` | `get snmp` |
+| MQTT raw packet publication | `set mqtt.raw on` | `set mqtt.raw off` | `get mqtt.raw` |
+| MQTT receive capture | `set mqtt.rx on` | `set mqtt.rx off` | `get mqtt.rx` |
+| MQTT transmit capture | `set mqtt.tx on` (or `advert`) | `set mqtt.tx off` | `get mqtt.tx` |
+| ESP32 persistent WebConfig | `set webui on` | `set webui off` | `get webui` |
+| WebConfig browser command terminal | `set wifi.cli on` | `set wifi.cli off` | `get wifi.cli` |
+| LoRa RX power saving | `set radio.rxps on` | `set radio.rxps off` | `get radio.rxps` |
+| Radio RX boost | `set radio.rxgain on` | `set radio.rxgain off` | `get radio.rxgain` |
+| Controllable FEM RX / TX gain | `set radio.fem.rxgain on` / `set radio.fem.txgain on` | `set radio.fem.rxgain off` / `set radio.fem.txgain off` | Corresponding `get radio.fem.rxgain` / `get radio.fem.txgain` |
+| GPS, when compiled | `gps on` | `gps off` | `gps` |
+
+Infrastructure `set usb.logging` has **no `reboot` suffix**, including nRF52.
+`log start/stop` records to storage independently of live USB logging. Use
+`log erase` to delete that capture.
+
+### Infrastructure MQTT and logging output
+
+On unified Full infrastructure with both MQTT and USB logging compiled:
+
+| Command | USB logs | MQTT bridge |
+| --- | --- | --- |
+| `set logging.output off` | Off | Off |
+| `set logging.output usb` | On | Off |
+| `set logging.output wifi` | Off | On |
+| `set logging.output both` | On | On |
+
+`get logging.output` reports the selection. Fresh unified Full preferences
+select `both`; saved settings override this. To toggle only MQTT while keeping
+USB logging unchanged, use `set bridge.enabled off` / `on`. Neither setting
+turns LoRa repeating off. Repeater forwarding uses `set repeat off` / `on`
+and `get repeat` separately.
+
+For a custom broker on an MQTT-capable Repeater or Room Server:
+
+```text
+set wifi.ssid MyNetwork
+set wifi.pwd my-password
+set mqtt.iata SEA
+set mqtt1.preset custom
+set mqtt1.server broker.example.com
+set mqtt1.port 1883
+set bridge.enabled on
+get mqtt.status
+```
+
+Set `mqtt1.username` / `mqtt1.password` if required by that broker. Configure only
+as many slots as the board supports. `set mqtt1.preset none` disables slot 1;
+other configured slots remain enabled. `set mqtt.status off` disables status
+messages, not MQTT itself. See the [MQTT reference](https://github.com/mikecarper/MeshCore/blob/keymindCascade/MQTT_IMPLEMENTATION.md)
+for presets, TLS, credentials, and slot limits.
+
+### Infrastructure power saving and bridges
+
+`powersaving` reads the saved device setting. The bare **`powersaving on`**
+command rejects local/USB-connected requests on nRF52 and standalone ESP32;
+use it remotely with USB data disconnected. ESP32 bridge builds reject that
+bare enable command. `powersaving off` disables it.
+
+The separate **`set powersaving on` / `set powersaving off`** form, also used
+by infrastructure WebConfig, saves/applies the preference without those
+bare-command guards. Actual sleep depends on the board implementation and
+can interrupt WiFi. Do not assume it behaves like Companion CPU/GPS saving.
+
+On RS232-capable repeater images, stop the bridge before changing its serial
+port or baud rate, then restart it:
+
+```text
+set bridge.enabled off
+set bridge.baud 115200
+set bridge.enabled on
+```
+
+**RAK4631:** `set bridge.uart 2` selects UART2 while the bridge is stopped.
+Canonical GPS-enabled builds reserve UART1 for GPS; UART1 requires a dedicated
+GPS-free image. **ESP-NOW bridge:** use `set bridge.channel <1..13>` and
+`set bridge.format wrapped` / `raw` where supported. **Primary ESP-NOW mesh:**
+use `set espnow.channel <1..13>` and reboot; this is a different radio setting.
+
+For infrastructure WebConfig on the LAN, use `start webconfig` /
+`stop webconfig`. To force a setup AP on an observer, first run
+`set bridge.enabled off`, then `start webconfig ap`. When finished, run
+`stop webconfig` and restore `set bridge.enabled on` if you did not reboot.
+
+## Updating and sending MOTA
+
+All released Full Companions can serve MOTA to other nodes. Close the console
+and run `motatool serve --serial /dev/ttyACM0 --dir ./motas -v` on the USB host.
+See [Full Companion instructions](full_companion_features.md) for WiFi/BLE
+source commands and the bounded temporary radio setup.
+
+| Role / hardware | Start self-update | Stop / requirement |
+| --- | --- | --- |
+| ESP32 Repeater, Room Server, Sensor with WiFi updater | `start ota` or `start ota ap`; open the returned URL (normally port 80, `/update`) | `stop ota`; close WebConfig first if it shares port 80 |
+| ESP32 Full Companion with two application slots | `start ota` or `start ota ap`; returned URL uses port 8080, `/update` | `stop ota`; single-slot Full builds use USB |
+| nRF52 infrastructure with Bluetooth DFU | `start ota` enters the Bluetooth update flow | Matching application DFU ZIP and board bootloader required |
+| Qualified LoRa OTA receiver | Follow [LoRa OTA directions](ota_easy.md) | Exact destination package, storage profile, and overlapping temporary radio windows |
+
+For nRF52 OTAFIX installations use the exact board/storage build from
+[OTAFIX 2.4.6](https://github.com/mikecarper/Adafruit_nRF52_Bootloader_OTAFIX/releases/tag/0.11.0-OTAFIX2.4.6).
+Its retained-RAM handoff is required by the new internal-flash hybrid receiver
+images. Full Companions are sources and remain normally USB-updated.
+
+The [complete infrastructure CLI](cli_commands.md), [role/build matrix](cli_build_matrix.md),
+and [Full Companion feature guide](full_companion_features.md) provide details.
diff --git a/lib/PsychicMqttClient/README.md b/lib/PsychicMqttClient/README.md
index 517ea302..e557f689 100644
--- a/lib/PsychicMqttClient/README.md
+++ b/lib/PsychicMqttClient/README.md
@@ -178,7 +178,7 @@ Otherwise the bundle will be overwritten by the MQTT client with unwanted side e
## Advanced Usage
-Check the [documentation](/documentation.md) or the commented header file and the `FullyFeatured` example for a complete list of all event handlers and configuration options. You can even get access to the ESP-IDF MQTT Clients' configuration object, should you need parameters not broken out to the API.
+Check the [documentation](https://github.com/theelims/PsychicMqttClient/blob/main/documentation.md) or the commented header file and the `FullyFeatured` example for a complete list of all event handlers and configuration options. You can even get access to the ESP-IDF MQTT Clients' configuration object, should you need parameters not broken out to the API.
## License
diff --git a/mesh-america/README.md b/mesh-america/README.md
index d16ce8bd..69df5c7d 100644
--- a/mesh-america/README.md
+++ b/mesh-america/README.md
@@ -1,5 +1,12 @@
# Mesh America provider catalogs
+**Legacy catalog snapshot:** these checked-in catalogs still reference
+1.17.1.1/1.17.1.2. They are not the 1.17.1.5 release inventory. Use the
+[current firmware picker](../docs/firmware_picker.md) and
+[1.17.1.5 release guide](../docs/releases/1.17.1.5.md) for current downloads.
+The commands below document maintenance of the older catalogs; publishing a
+release does not update these JSON files automatically.
+
Generated provider catalogs for the Keymind Cascade MeshCore release assets.
The provider URLs stay stable when a new firmware release is published.