Merge pull request #117 from lora-aprs/peterus-patch-1

bump version
pull/119/head v23.36.1
Peter Buchegger 2023-09-10 18:54:31 +02:00 zatwierdzone przez GitHub
commit ff0b8a655f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -10,7 +10,8 @@ Try it out and be part of the APRS network.
You can use one of the Lora32 boards: You can use one of the Lora32 boards:
* TTGO T-Beam V0.7 (433MHz SX1278) * 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. This boards cost around 30 Euros, they are very cheap but perfect for an LoRa iGate.
Keep in minde: you need a 433MHz version! Keep in minde: you need a 433MHz version!

Wyświetl plik

@ -13,7 +13,7 @@
#include "pins.h" #include "pins.h"
#include "power_management.h" #include "power_management.h"
#define VERSION "23.36.0" #define VERSION "23.36.01"
logging::Logger logger; logging::Logger logger;