Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many errors while including the library #40

Open
jenya7 opened this issue Nov 22, 2022 · 0 comments
Open

Many errors while including the library #40

jenya7 opened this issue Nov 22, 2022 · 0 comments

Comments

@jenya7
Copy link

jenya7 commented Nov 22, 2022

I include the library in my project Arduino -> Add a library to the selected project.
It's added successfully but when compile I get the following errors

The type 'BearSSL::WiFiClientSecure' must implement the inherited pure virtual method 'Stream::readBytes' EchoBot-ESP8266.ino /MyProject/libraries/TelegramBot/examples/EchoBot-ESP8266 line 30 Code Analysis Problem

'ArduinoJson::JsonObject' {aka 'class ArduinoJson6194_F1::ObjectRef'} has no member named 'printTo' TelegramBot.cpp /MyProject/libraries/TelegramBot/src line 93 C/C++ Problem

'jsonBuffer' was not declared in this scope; did you mean 'JsonBuffer'? TelegramBot.cpp /MyProject/libraries/TelegramBot/src line 39 C/C++ Problem

cannot bind non-const lvalue reference of type 'ArduinoJson::JsonArray&' {aka 'ArduinoJson6194_F1::ArrayRef&'} to an rvalue of type 'ArduinoJson6194_F1::ArrayRef' TelegramBot.cpp /MyProject/libraries/TelegramBot/src line 108 C/C++ Problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant