Closed emilytouchingcomputers closed 5 years ago
This was kind of frustrating to track down, so maybe it'll save someone elses time :)
The Arduino Example - Network RSSI example on the wiki calls ublox.Check_If_Power_On() in the setup. It's been changed to ublox.isAlive()
ublox.Check_If_Power_On()
ublox.isAlive()
Thanks!
@invpdx thank you for your correction, have fixed that.
This was kind of frustrating to track down, so maybe it'll save someone elses time :)
The Arduino Example - Network RSSI example on the wiki calls
ublox.Check_If_Power_On()
in the setup. It's been changed toublox.isAlive()
Thanks!