A dual band aprs digipeater with enhanced telemetry capabilities.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
Added : for new features.
|
|
|
|
Changed : for changes in existing functionality.
|
|
|
|
Deprecated: for soon-to-be removed features.
|
|
|
|
Removed : for now removed features.
|
|
|
|
Fixed : for any bug fixes.
|
|
|
|
Security : in case of vulnerabilities.
|
|
|
|
|
|
|
|
## [0.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
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- LoRa APRS header (<\xff\x01) was not added to the payload, due to an indentation fault. Long live Python!
|