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

Compile error #12

Open
a-schyja opened this issue Jan 11, 2024 · 4 comments
Open

Compile error #12

a-schyja opened this issue Jan 11, 2024 · 4 comments

Comments

@a-schyja
Copy link

I get the following compiler error:

pio\libdeps\d1_mini\esp8266-framework\src\EwingsEspStack.cpp:121:7: error: 'dhcpSoftAP' was not declared in this scope

My config:

[env:d1_mini]
platform = espressif8266
board = d1_mini
lib_deps = suraj151/esp8266-framework@^1.1.5

Using the simple EWS stack example:


#include <EwingsEspStack.h>

void setup() {
 EwStack.initialize();
}

void loop() {
 EwStack.serve();
}

@Suraj151
Copy link
Owner

Suraj151 commented Jan 11, 2024

Which version of esp8266 arduino library you are using ?
I think this library supports 3.0.2 version

@a-schyja
Copy link
Author

I am using the latest, 3.1.2

@Suraj151
Copy link
Owner

Hi @a-schyja

Library is not updated with 3.1.2 changes. So i would recommend to try with 3.0.2 esp8266 library version

Whenever i will get time i will update source with new version to align the latest arduino esp8266 version

Till then this library can support upto 3.0.2 only

@a-schyja
Copy link
Author

Good to hear, thank you for the quick response.

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