adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
571 stars 292 forks source link

I have this problem: No such file or directory when compile #134

Closed thesofial closed 5 years ago

thesofial commented 5 years ago

Hello, please help me, I got this problem when I compile the code. 2018-10-19_220407 What should I do now? Thank for your attention.

abachman commented 5 years ago

Arduino is looking for the Adafruit FONA library, which is a different project from this one.

thesofial commented 5 years ago

Arduino is looking for the Adafruit FONA library, which is a different project from this one.

Thank you, I fixed it.