mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-14 17:33:58 +01:00
readme and index update
This commit is contained in:
parent
510b5bdc59
commit
71e98487f6
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -532,7 +532,7 @@
|
|||
class="form-control"
|
||||
required=""
|
||||
step="1"
|
||||
min="1"
|
||||
min="15"
|
||||
/>
|
||||
<span class="input-group-text"
|
||||
>minutes
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue