mirror of
https://github.com/ratspeak/ratdeck.git
synced 2026-06-03 14:24:12 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user