adafruit / Adafruit_IO_Arduino

Arduino library to access Adafruit IO from WiFi, cellular, and ethernet modules.
Other
208 stars 108 forks source link

including AdafruitIO_FONA.h causes build issues #134

Closed BioSLuDge closed 3 years ago

BioSLuDge commented 3 years ago

I added void _disconnect() {}; to the protected section of the FONA library and it builds and runs. But I'm not sure if more should be in there for proper long term function or not.

brentru commented 3 years ago

@BioSLuDge Hi, added a draft PR which fixes this build error and disables the GPRS module.

https://github.com/adafruit/Adafruit_IO_Arduino/pull/135