Thanks! That's great! I guess it could be to do with blank lines or something like that?
If you're willing to have a go at debugging it you could try breakpointing in getTrackList: https://github.com/espruino/BangleApps/blob/master/apps/gpsrec/interface.html#L105
getTrackList
And see what actually gets returned to it?
@Gordon started
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.
Thanks! That's great! I guess it could be to do with blank lines or something like that?
If you're willing to have a go at debugging it you could try breakpointing in
getTrackList
: https://github.com/espruino/BangleApps/blob/master/apps/gpsrec/interface.html#L105And see what actually gets returned to it?