android - Fix typo (wrong function as parameter)

pull/2473/head
Martin Boonk 2023-01-13 10:14:36 +01:00
parent e55c1566ee
commit 2675783aae
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@
Serial1.write = (o => s => {
origSetGPSPower(1,"android_gpsserial");
o(s);
})(Serial1.println);
})(Serial1.write);
Bangle.setGBGPSPower = (isOn, appID) => {
if (!Bangle._PWR) Bangle._PWR={};