You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing a library (GoProControl) it works on all boards with wifi, to make HTTP request i use ArduinoHttpClient because it is cross platform. I know that ESP8266 has its own HTTP library but since the API is not the same I can't use it
on ESP32 all works well, could someone help me understand what this error mean and how could it be fixed? It seems to be something related to the virtual definition
Platform
Settings in IDE
not relevant
Problem Description
I am writing a library (GoProControl) it works on all boards with wifi, to make HTTP request i use ArduinoHttpClient because it is cross platform. I know that ESP8266 has its own HTTP library but since the API is not the same I can't use it
on ESP32 all works well, could someone help me understand what this error mean and how could it be fixed? It seems to be something related to the
virtual
definitionhere the complete compile log:
https://hastebin.com/bipopeyuhu.sql
any example which include the library GoProControl:
The text was updated successfully, but these errors were encountered: