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

WiFi.h as alias to ESP8266WiFi.h #9044

Merged
merged 2 commits into from
Dec 8, 2023
Merged

WiFi.h as alias to ESP8266WiFi.h #9044

merged 2 commits into from
Dec 8, 2023

Conversation

JAndrassy
Copy link
Contributor

Arduino IDE 2 and CLI doesn't bundle the old WiFi library, so WiFi.h works to find the ESP8266WiFi library.

in alternative IDE where libraries are added manually WiFi.h works too

in IDE 1 if the sketch includes ESP8266WiFi.h, other source files including libraries can include WiFi.h and the right WiFi library is used

@d-a-v d-a-v merged commit cb9734c into esp8266:master Dec 8, 2023
28 checks passed
@JAndrassy JAndrassy deleted the wifi_h branch December 8, 2023 10:15
hasenradball pushed a commit to hasenradball/Arduino that referenced this pull request Nov 18, 2024
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

Successfully merging this pull request may close these issues.

2 participants