botletics / Botletics-SIM7000

Arduino library repo for the Botletics SIM7000 Shield
https://www.botletics.com/products/sim7000-shield
GNU General Public License v3.0
19 stars 9 forks source link

Fixed compiler error by reverting to FONA use. #8

Closed bendory closed 1 year ago

botletics commented 1 year ago

Even this won't compile because the Adafruit_FONA library doesn't have an Adafruit_FONA_LTE class.

bendory commented 1 year ago

Now I'm sad. 😢

botletics commented 1 year ago

Me too 😓 I'd hate to just delete that example though... Perhaps a tacky workaround is to point to the release in the old repo and tell them to use that Botletics Adafruit_FONA library, in conjunction with the Botletics-SIM7000 library?

botletics commented 1 year ago

Yea it's tacky but it works. I wrote a note in the AdafruitIO_MQTT_Demo sketch on how to do that.