android - Fix typo (wrong function as parameter)
parent
e55c1566ee
commit
2675783aae
|
|
@ -238,7 +238,7 @@
|
||||||
Serial1.write = (o => s => {
|
Serial1.write = (o => s => {
|
||||||
origSetGPSPower(1,"android_gpsserial");
|
origSetGPSPower(1,"android_gpsserial");
|
||||||
o(s);
|
o(s);
|
||||||
})(Serial1.println);
|
})(Serial1.write);
|
||||||
|
|
||||||
Bangle.setGBGPSPower = (isOn, appID) => {
|
Bangle.setGBGPSPower = (isOn, appID) => {
|
||||||
if (!Bangle._PWR) Bangle._PWR={};
|
if (!Bangle._PWR) Bangle._PWR={};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue