yeah, I also was puzzled regarding this "$GPSTXT,01,01,02,MS=..." sentence. It looks like it is indicator how stale is AGPS data?
I doubt though it is that simple "basically checks if fifth field is less than 9 "
What are FUN_00037c4c and FUN_00037cbc ? the latter one calls iVar2=FUN_00037cbc(msg + iVar2). like it reads a char with some shift from the msg? weird.
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.
yeah, I also was puzzled regarding this "$GPSTXT,01,01,02,MS=..." sentence. It looks like it is indicator how stale is AGPS data?
I doubt though it is that simple "basically checks if fifth field is less than 9 "
What are FUN_00037c4c and FUN_00037cbc ? the latter one calls iVar2=FUN_00037cbc(msg + iVar2). like it reads a char with some shift from the msg? weird.