CHANGELOG updated.

marcel 2 years ago
parent ad4952eeae
commit 9ec108b141
  1. 13
      CHANGELOG.md

@ -9,7 +9,10 @@ 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
Repository was made, but did not contain anything by mistake...
## [1.0.1] - 2022-01-31
### Added
- Lora support for an SX1278 connected to the RPi GPIO (driver)
@ -21,12 +24,16 @@ All notable changes to this project will be documented in this file.
### Fixed
- LoRa APRS header (<\xff\x01) was not added to the payload, due to an indentation fault. Long live Python!
## [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
## [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.

Loading…
Cancel
Save