Chat freely about anything...

User avatar
By nimaaryamehr
#67234 I can not use the library:/UniversalTelegramBot.h Because For all examples i have this error
how fix this error
(I've already added ArduinoJson.h from manage library) But not resolved

Excuse my English is not good :)


Code: Select all
Arduino: 1.6.5 (Windows 7), Board: "Generic ESP8266 Module, Serial, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), nodemcu"

In file included from ReplyKeyboardMarkup.ino:11:0:
J:\LIbrary\libraries\Universal-Arduino-Telegram-Bot-master\src/UniversalTelegramBot.h:27:25: fatal error: ArduinoJson.h: No such file or directory
 #include <ArduinoJson.h>
                         ^
compilation terminated.
Error compiling.




User avatar
By QuickFix
#67720
nimaaryamehr wrote:not solved :cry: :cry:

As in? :roll:

You have to install it obviously, simply visiting the Github repository (if you did) and saying "Not solved" isn't enough.
If you don't know how to manage your Arduino IDE, please take a step back and do some reading about how to install libraries into the IDE. :idea:

When you're stuck, you're always welcome to ask here, but first try yourself and tell us what you have tried to make it work and what failed (error messages, puffs of smoke, etc.).