We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eda125b + 84645e8 commit ff0b8a6Copy full SHA for ff0b8a6
README.md
@@ -10,7 +10,8 @@ Try it out and be part of the APRS network.
10
You can use one of the Lora32 boards:
11
12
* TTGO T-Beam V0.7 (433MHz SX1278)
13
-* TTGO T-Beam V1 (433MHz SX1278)
+* TTGO T-Beam V1.0 and V1.1 (433MHz SX1278)
14
+* TTGO T-Beam V1.2 AXP2101 (433MHz SX1278)
15
16
This boards cost around 30 Euros, they are very cheap but perfect for an LoRa iGate.
17
Keep in minde: you need a 433MHz version!
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"
18
logging::Logger logger;
19
0 commit comments