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

esp32 compile error: "cannot declare variable 'http' to be of abstract type 'HttpClient' " #306

Closed
danirebollo opened this issue Jun 24, 2019 · 1 comment

Comments

@danirebollo
Copy link

TinyGSM version: 0.7.9
Hardware: ESP32 Wrover Module

Scenario, steps to reproduce

Can't compile HttpsClient example

HttpsClient:94:12: error: cannot declare variable 'http' to be of abstract type 'HttpClient'

HttpClient http(client, server, port);

@SRGDamia1
Copy link
Collaborator

The Arduino HttpClient library is not compatible with the most current version of the ESP32's core. This library is, but you can't use the HttpClient. Please comment on the issue in the ESP32 core: espressif/arduino-esp32#2755.

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