carrascoacd / ArduinoSIM800L

Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
158 stars 58 forks source link

ArduinoJson.h is not included in the directory #6

Closed kelechiokwuriki closed 7 years ago

kelechiokwuriki commented 7 years ago

While trying to compile the HttpExample, the Arduino IDE threw up an error

HttpExample.ino:1:25: fatal error: ArduinoJson.h: No such file or directory

carrascoacd commented 7 years ago

Hi kelechi,

The HttpExample is using the ArduinoJson library to manipulate json data. Try removing the code that is using the library and the include ArduinoJson.h Or just download and import the library in your IDE.

Notice, the example probably will not work for you as is the code I am using in my project. Use it as a guide or example and copy what you need.

Thanks!

On 17 Apr 2017 4:03 p.m., "kelechi okwuriki" notifications@github.com wrote:

While trying to compile the HttpExample, the Arduino IDE threw up an error

HttpExample.ino:1:25: fatal error: ArduinoJson.h: No such file or directory

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/carrascoacd/ArduinoSIM800L/issues/6, or mute the thread https://github.com/notifications/unsubscribe-auth/AENiuCgUOm-aVBuHK4pII8DgLGKt1Xn7ks5rw3EYgaJpZM4M_K_9 .