Skip to content

Commit

Permalink
Merge pull request #117 from lora-aprs/peterus-patch-1
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
peterus committed Sep 10, 2023
2 parents eda125b + 84645e8 commit ff0b8a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
2 changes: 1 addition & 1 deletion src/LoRa_APRS_Tracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "pins.h"
#include "power_management.h"

#define VERSION "23.36.0"
#define VERSION "23.36.01"

logging::Logger logger;

Expand Down

0 comments on commit ff0b8a6

Please sign in to comment.