readme and index update

This commit is contained in:
richonguzman 2024-10-14 17:23:42 -03:00
parent 510b5bdc59
commit 71e98487f6
3 changed files with 3 additions and 2 deletions

View file

@ -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.

View file

@ -532,7 +532,7 @@
class="form-control"
required=""
step="1"
min="1"
min="15"
/>
<span class="input-group-text"
>minutes

View file

@ -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