You are reading a single comment by @HughB and its replies. Click here to read the full conversation.
  • GPS.prototype.loggingStatus

    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.

About

Avatar for HughB @HughB started