Skip to content

Commit e65fa03

Browse files
committed
versionDate Update
1 parent e095232 commit e65fa03

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ ____________________________________________________
5353
____________________________________________________
5454
## Timeline (Versions):
5555

56+
- 2025-08-11 New improved Battery Monitor for Heltec Boards. Thanks Tilen S54B.
57+
- 2025-08-10 RPC Electronics 1W LoRa GPS with 1W SX1268 added. APRSPacketLib Library Updated.
58+
- 2025-08-02 Personal Note for each Beacon Callsign. Thanks Tilen S54B.
5659
- 2025.03.28 F4GOH DIY board with ESP32 + GPS + 1W LLCC68 added. APRSPacketLib Library Updated.
5760
- 2025.03.06 F4GOH DIY board with ESP32 + GPS + 1W SX1268 added.
5861
- 2025.02.09 Now Bluetooth connections lets you decide to use BLE/BT Classic and KISS/TNC.

src/LoRa_APRS_Tracker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TinyGPSPlus gps;
7575
BluetoothSerial SerialBT;
7676
#endif
7777

78-
String versionDate = "2025-08-10";
78+
String versionDate = "2025-08-11";
7979

8080
uint8_t myBeaconsIndex = 0;
8181
int myBeaconsSize = Config.beacons.size();

0 commit comments

Comments
 (0)