Merge branch 'feat/companion' into feature/updated-docker-readme

This commit is contained in:
Lloyd
2026-03-09 13:46:13 +00:00
committed by GitHub
87 changed files with 9267 additions and 3461 deletions
+5 -5
View File
@@ -30,6 +30,11 @@ The repeater daemon runs continuously as a background process, forwarding LoRa p
## Supported Hardware (Out of the Box)
The repeater supports two radio backends:
- **SX1262 (SPI)** — Direct connection to LoRa modules (HATs, etc.) as listed below.
- **KISS modem** — Serial TNC using the KISS protocol. Set `radio_type: kiss` in config and configure `kiss.port` and `kiss.baud_rate`.
> [!CAUTION]
> ## Compatibility
>
@@ -48,7 +53,6 @@ The repeater daemon runs continuously as a background process, forwarding LoRa p
> - Connected via a CH341F USBSPI adapter
> - Connected using hardware that supports Meshcore Kiss Modem firmware
The following hardware is currently supported out-of-the-box:
Waveshare LoRaWAN/GNSS HAT (SPI Version Only)
@@ -416,7 +420,3 @@ This software is intended for educational and experimental purposes. Always test
## License
This project is licensed under the MIT License - see the LICENSE file for details.