|
|
|
@ -9,24 +9,35 @@ All notable changes to this project will be documented in this file. |
|
|
|
|
Fixed : for any bug fixes. |
|
|
|
|
Security : in case of vulnerabilities. |
|
|
|
|
|
|
|
|
|
## [0.0.1] - 2022-01-31 |
|
|
|
|
## [1.0.0] - 2021-12-01 |
|
|
|
|
First (more or less) working version. |
|
|
|
|
|
|
|
|
|
## [1.0.1] - 2022-01-31 |
|
|
|
|
|
|
|
|
|
### Added |
|
|
|
|
- Lora support for an SX1278 connected to the RPi GPIO (driver) |
|
|
|
|
- Lora radio can be controlled via web interface and command line the same way the other two radios already could. |
|
|
|
|
|
|
|
|
|
### Deprecated |
|
|
|
|
- RPi-LoRa-KISS-TNC shall be moved to a seperate repository |
|
|
|
|
- RPi-LoRa-KISS-TNC shall be moved to a separate repository |
|
|
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
- LoRa APRS header (<\xff\x01) was not added to the payload, due to an indentation fault. Long live Python! |
|
|
|
|
- LoRa APRS header (<\xff\x01) was not added to the transmit payload due to an indentation fault. Long live Python! |
|
|
|
|
- Better error detection and AX.25/KISS encoding on received frames. |
|
|
|
|
|
|
|
|
|
## [0.0.2] - 2022-02-01 |
|
|
|
|
## [1.0.2] - 2022-02-01 |
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
- Carrier detect not via Direwolf (only ax0), but via carrier-detect.sh script in main loop, so all channles (ax0, ax1 and ax2) have DCD |
|
|
|
|
- Carrier detect not via Direwolf (only ax0), but via carrier-detect.sh script in main loop, so all channels (ax0, ax1 and ax2) have DCD |
|
|
|
|
|
|
|
|
|
## [0.0.3] - 2022-02-02 |
|
|
|
|
## [1.0.3] - 2022-02-02 |
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
- Carrier detect now written in C for speed |
|
|
|
|
|
|
|
|
|
## [1.1.0] - 2022-02-03 |
|
|
|
|
|
|
|
|
|
First official release with LoRa support. |
|
|
|
|
|
|
|
|
|
### Removed |
|
|
|
|
- LoRa SX1278 library is now a stand alone project and should be cloned separately from this project. |
|
|
|
|