Seeed-Studio / WioLTE_Cat_NB1_Arduino_Library

LTE Cat NB1 dev board using ublox SARA-R4 02B and STM32F405RGT6
MIT License
33 stars 13 forks source link

Example Code on Wiki Calling Non-Existent Function #4

Closed emilytouchingcomputers closed 5 years ago

emilytouchingcomputers commented 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()

Thanks!

lanselambor commented 5 years ago

@invpdx thank you for your correction, have fixed that.