clock_info: redraw BLE state after a delay
to ensure we get an up-to-date state for the BLE chipmaster
parent
12d64a6bf9
commit
0e09e27d86
|
|
@ -138,7 +138,7 @@ exports.load = function() {
|
|||
NRF.wake();
|
||||
Bluetooth.setConsole(1);
|
||||
}
|
||||
this.emit("redraw");
|
||||
setTimeout(() => this.emit("redraw"), 250);
|
||||
},
|
||||
show: function(){},
|
||||
hide: function(){},
|
||||
|
|
|
|||
Loading…
Reference in New Issue