readme Update for NTP update

This commit is contained in:
richonguzman 2024-10-14 11:56:48 -03:00
parent 79cf50a630
commit 55378bb9f3
2 changed files with 3 additions and 2 deletions

View File

@ -50,6 +50,7 @@ ____________________________________________________
## Timeline (Versions): ## Timeline (Versions):
- 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.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. - 2024.10.06 Cross Frequency Digirepeater Rules added.
- 2024.09.23 Libraries Update for SDK3 - 2024.09.23 Libraries Update for SDK3

View File

@ -66,7 +66,7 @@
<table class="table mt-4"> <table class="table mt-4">
<thead> <thead>
<tr> <tr>
<th scope="col">Time*</th> <th scope="col">Time</th>
<th scope="col">Frame</th> <th scope="col">Frame</th>
<th scope="col">RSSI</th> <th scope="col">RSSI</th>
<th scope="col">SNR</th> <th scope="col">SNR</th>
@ -77,7 +77,7 @@
</tbody> </tbody>
</table> </table>
<span>List refresh automatically every 15 seconds.</span><br> <span>List refresh automatically every 15 seconds.</span><br>
<small>* - For now time is measured from board boot up.</small> <small>(Local Time is NPT-Time adjusted with your GMT Offset)</small>
</div> </div>
</div> </div>
<hr /> <hr />