diff --git a/README.md b/README.md index 332ff19..1d96910 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Try it out and be part of the APRS network. You can use one of the Lora32 boards: * TTGO T-Beam V0.7 (433MHz SX1278) -* TTGO T-Beam V1 (433MHz SX1278) +* TTGO T-Beam V1.0 and V1.1 (433MHz SX1278) +* TTGO T-Beam V1.2 AXP2101 (433MHz SX1278) This boards cost around 30 Euros, they are very cheap but perfect for an LoRa iGate. Keep in minde: you need a 433MHz version! diff --git a/src/LoRa_APRS_Tracker.cpp b/src/LoRa_APRS_Tracker.cpp index 170a56b..244d4c8 100644 --- a/src/LoRa_APRS_Tracker.cpp +++ b/src/LoRa_APRS_Tracker.cpp @@ -13,7 +13,7 @@ #include "pins.h" #include "power_management.h" -#define VERSION "23.36.0" +#define VERSION "23.36.01" logging::Logger logger;