v1.5.1: Fix messaging failures, stale timestamps, retry logic

- Add NTP time sync on WiFi STA connect (fixes --:-- timestamps)
- Throttle LXMF send retries to 2s intervals, increase max to 30 (~60s window)
- Restore message status re-save to disk after send completes (QUEUED→SENT/FAILED)
- Update GitHub org URLs to ratspeak
This commit is contained in:
DeFiDude
2026-03-07 21:05:19 -07:00
parent 255030955a
commit 9ec2984d4f
14 changed files with 69 additions and 26 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ void HomeScreen::draw(LGFX_TDeck& gfx) {
};
if (_rns) {
drawLine(Theme::PRIMARY, "ID: %s", _rns->identityHash().c_str());
drawLine(Theme::PRIMARY, "LXMF: %s", _rns->destinationHashStr().c_str());
drawLine(Theme::PRIMARY, "Transport: %s",
_rns->isTransportActive() ? "ACTIVE" : "OFFLINE");
drawLine(Theme::PRIMARY, "Paths: %d Links: %d",