Adafruit IO is throwing an "extra qualification" error when compiling for 8266

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
basilbowman
 
Posts: 6
Joined: Wed Dec 21, 2022 7:43 pm

Adafruit IO is throwing an "extra qualification" error when compiling for 8266

Post by basilbowman »

Hey y'all - I'm trying to get a Wemos D1 clone to connect to Adafruit IO, but it's started throwing this error when I compile. Everything is updated to the latest versions of everything, it's all a brand new install (as of two days ago), and it OUGHT to be just fine, but...

This is the error I'm hitting:

Code: Select all

extra qualification 'AdafruitIO_FONA::' on member 'networkStatus' [-fpermissive]
   75 |   aio_status_t AdafruitIO_FONA::networkStatus() {
      |                ^~~~~~~~~~~~~~~
This is the only information on the internet I can find that's somebody having the same issue:
https://forum.arduino.cc/t/error-compil ... 266/893684


Any thoughts?

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”