bthrm - Try to make linter happy by adding status method to global object

pull/3349/head
Martin Boonk 2024-04-14 11:49:19 +02:00
parent a22beea01a
commit bc9d1ec722
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ function draw(){
// This can get called for the boot code to show what's happening
function showStatusInfo(txt) {
global.showStatusInfo = function(txt) {
var R = Bangle.appRect;
g.reset().clearRect(R.x,R.y2-8,R.x2,R.y2).setFont("6x8");
txt = g.wrapString(txt, R.w)[0];