clock_info: redraw BLE state after a delay

to ensure we get an up-to-date state for the BLE chip
master
Rob Pilling 2025-06-03 21:52:04 +01:00
parent 12d64a6bf9
commit 0e09e27d86
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ exports.load = function() {
NRF.wake(); NRF.wake();
Bluetooth.setConsole(1); Bluetooth.setConsole(1);
} }
this.emit("redraw"); setTimeout(() => this.emit("redraw"), 250);
}, },
show: function(){}, show: function(){},
hide: function(){}, hide: function(){},