At the risk of sounding dim, require('GPS') is returning WARNING: Module "GPS" not found with the latest 1v77 pico firmware.
require('GPS')
WARNING: Module "GPS" not found
The gps npm module is giving my compile error s so it can't mean to pull that one can it?
@JackBennett 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.
At the risk of sounding dim,
require('GPS')
is returningWARNING: Module "GPS" not found
with the latest 1v77 pico firmware.The gps npm module is giving my compile error s so it can't mean to pull that one can it?