Merge pull request #6 from xJARiD/develop

chore: add instructions on setting wifi for companion via cli rescue
This commit is contained in:
xJARiD
2026-04-09 18:24:46 +10:00
committed by GitHub
3 changed files with 21 additions and 0 deletions
+8
View File
@@ -168,6 +168,14 @@ Some constrained targets disable the panel to stay within flash limits. For exam
`*_companion_radio_wifi` targets now support persisted WiFi rescue commands:
- open a serial monitor at `115200` baud
- reboot the device
- long-press the user button within the first 8 seconds after boot to enter `CLI Rescue`
- wait for `========= CLI Rescue =========`
- send the commands from the serial monitor
These rescue commands are only available after entering `CLI Rescue`:
- `get wifi.status`
- `get wifi.ssid`
- `get wifi.powersaving`
+7
View File
@@ -147,6 +147,13 @@ That allowlist currently includes:
These commands are available in the serial rescue CLI for `*_companion_radio_wifi` builds.
To enter `CLI Rescue`:
- open a serial monitor at `115200` baud
- reboot the device
- long-press the user button within the first 8 seconds after boot
- wait for `========= CLI Rescue =========`
- `get wifi.status`
- shows configured SSID, connection status, raw WiFi status code, and IP when connected
- `get wifi.ssid`
+6
View File
@@ -125,6 +125,12 @@ T_Beam_S3_Supreme_SX1262_companion_radio_wifi
Current companion WiFi builds support persisted WiFi rescue commands:
- open a serial monitor at `115200` baud
- reboot the device
- long-press the user button within the first 8 seconds after boot to enter `CLI Rescue`
- wait for `========= CLI Rescue =========`
- then run the WiFi rescue commands below from the serial monitor
```text
get wifi.status
get wifi.ssid