Add signal strength widget to calibre sync too

This commit is contained in:
jpirnay
2026-04-11 09:21:45 +02:00
parent d37621574c
commit 9fa2ff2aa0
4 changed files with 70 additions and 65 deletions
@@ -26,6 +26,8 @@ class CalibreConnectActivity final : public Activity {
std::string lastCompleteName;
unsigned long lastCompleteAt = 0;
unsigned long lastProcessedCompleteAt = 0; // Track which server value we've already processed
int currentRssi = 0;
unsigned long lastRssiUpdateTime = 0;
bool exitRequested = false;
void renderServerRunning() const;