All this is doing is getting the status of whether gps logging is ON or OFF through the settings file.
It returns E-LOG if it cant find the settings file.
Its code I use internal to my App to check for an error condition.
EG - if someone had not installed the GPS logger.
Its time I worked out how to state app dependancies for my app.
Until now gpsrec has not been a dependancy.
It's good practice now to do Bangle.setGPSPower(on, 'appId') -
Nice one. I was not aware of this. Does this work on current firmware ?
I'll just update my app.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
All this is doing is getting the status of whether gps logging is ON or OFF through the settings file.
It returns E-LOG if it cant find the settings file.
Its code I use internal to my App to check for an error condition.
EG - if someone had not installed the GPS logger.
Its time I worked out how to state app dependancies for my app.
Until now gpsrec has not been a dependancy.
Nice one. I was not aware of this. Does this work on current firmware ?
I'll just update my app.