From 1a6ecbd3a41e82fcf328cd91e0f406af890e058b Mon Sep 17 00:00:00 2001 From: RoelK <58561387+RoelKroes@users.noreply.github.com> Date: Fri, 20 Jan 2023 15:01:25 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cdb2e3..ecd9979 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You will need two extra Arduino libraries to be able to compile this sketch.: To run this, you need a TTGO T-Deer board or: * 1 x Arduino Mini - 3.3v (or compatible Arduino board) * 1 x SX1278 LoRa chip (or compatible LoRa chip. Basically it will work with all sx127x series chips) - * 1 x ATGM336H, BN220 GPS (9600 Baud) or any UBlox or compatible GPS device like a NEO6 or NEO8. I recommend the ATGM336H GPS module. + * 1 x ATGM336H or any UBlox or compatible GPS device like a NEO6 or NEO8. I recommend the ATGM336H GPS module. Note that currently setting different flightmodes in uBlox GPS modules is not supported. This could cause GPS failures above 18km when using uBlox GPS modules. I recommend using the ATGM336H GPS modules. @@ -41,3 +41,13 @@ Note that currently setting different flightmodes in uBlox GPS modules is not su Have fun, Roel. + + # Versions + + V0.1.0: + +- 2023-01-20 - Added support for LoRa HAB mode 0 +- 2023-01-20 - Added support for LoRa HAB mode 1 (Telemetry only) +- 2023-01-20 - Added support for LoRa HAB mode 3 +- 2023-01-20 - Added support for LoRa HAB mode 5 +- 2023-01-20 - Added support for Low Data Rate Optimization