Skip to content

compile error: cannot declare field to be of abstract type #5858

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

Closed
aster94 opened this issue Mar 9, 2019 · 1 comment
Closed

compile error: cannot declare field to be of abstract type #5858

aster94 opened this issue Mar 9, 2019 · 1 comment

Comments

@aster94
Copy link

aster94 commented Mar 9, 2019

Platform

  • Hardware: any but tested on MODE MCU 0.9 (ESP12)
  • Core Version: 1.0 from arduino package manager
  • Development Env: Arduino IDE
  • Operating System: any Windows Ubuntu

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 definition

here the complete compile log:
https://hastebin.com/bipopeyuhu.sql

any example which include the library GoProControl:

#include <GoProControl.h>
GoProControl gp("a", "b", HERO3);

void setup(){}
void loop(){}
@JAndrassy
Copy link
Contributor

it is this #5749

@aster94 aster94 closed this as completed Mar 9, 2019
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

2 participants