mirror of https://github.com/espruino/BangleApps
android - Fix typo (wrong function as parameter)
parent
e55c1566ee
commit
2675783aae
|
@ -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={};
|
||||
|
|
Loading…
Reference in New Issue