Update status bar and boot up more quickly with actual radio status

This commit is contained in:
Jack Kingsman
2026-03-07 23:40:18 -08:00
parent f9eb6ebd98
commit 99eddfc2ef
13 changed files with 197 additions and 26 deletions

View File

@@ -68,6 +68,7 @@ describe('useWebSocket dispatch', () => {
const healthData = {
status: 'ok',
radio_connected: true,
radio_initializing: false,
connection_info: 'TCP: 1.2.3.4:4000',
database_size_mb: 1.5,
oldest_undecrypted_timestamp: null,