Skip to content

Commit

Permalink
readme and index update
Browse files Browse the repository at this point in the history
  • Loading branch information
richonguzman committed Oct 14, 2024
1 parent 510b5bd commit 71e9848
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ____________________________________________________

## Timeline (Versions):

- 2024.10.15 Boards with GPS can now send Real-GPS Beacon (also with ambiguity of ~ 1 km).
- 2024.10.14 Received Packets in WebUI show real Local Time (NTP with GMT offset).
- 2024.10.08 New EcoMode for Remote Digirepeaters without WiFi/WiFiAP, Screen, Leds (Example: LILYGO LoRa32 uses only 24mA, with WifiAP and all was 150mA). APRS Message/Queries can start/stop this mode too.
- 2024.10.06 Cross Frequency Digirepeater Rules added.
Expand Down
2 changes: 1 addition & 1 deletion data_embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ <h5>
class="form-control"
required=""
step="1"
min="1"
min="15"
/>
<span class="input-group-text"
>minutes
Expand Down
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif

String versionDate = "2024.10.14";
String versionDate = "2024.10.15";
Configuration Config;
WiFiClient espClient;
#ifdef HAS_GPS
Expand Down

0 comments on commit 71e9848

Please sign in to comment.