Skip to content

Commit ff0b8a6

Browse files
authored
Merge pull request #117 from lora-aprs/peterus-patch-1
bump version
2 parents eda125b + 84645e8 commit ff0b8a6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Try it out and be part of the APRS network.
1010
You can use one of the Lora32 boards:
1111

1212
* TTGO T-Beam V0.7 (433MHz SX1278)
13-
* TTGO T-Beam V1 (433MHz SX1278)
13+
* TTGO T-Beam V1.0 and V1.1 (433MHz SX1278)
14+
* TTGO T-Beam V1.2 AXP2101 (433MHz SX1278)
1415

1516
This boards cost around 30 Euros, they are very cheap but perfect for an LoRa iGate.
1617
Keep in minde: you need a 433MHz version!

src/LoRa_APRS_Tracker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "pins.h"
1414
#include "power_management.h"
1515

16-
#define VERSION "23.36.0"
16+
#define VERSION "23.36.01"
1717

1818
logging::Logger logger;
1919

0 commit comments

Comments
 (0)