clock_info: redraw on BLE change

master
Rob Pilling 2025-05-14 23:08:35 +01:00
parent 73d428109d
commit 12d64a6bf9
1 changed files with 1 additions and 0 deletions

View File

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