Hi I am interested in starting up the GPS on the RAK5010 module but the documentation only details turning it on in the call
require("iTracker").setGPSOn(true, function(err, gps){});
Is the an equivalent method similar to turn it off to save power?
@user132204 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.
Hi I am interested in starting up the GPS on the RAK5010 module but the documentation only details turning it on in the call
require("iTracker").setGPSOn(true, function(err, gps){});
Is the an equivalent method similar to turn it off to save power?