Skip to content

include ESP8266WiFi.h into ESP8266WebServer.h #2094

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

Merged
merged 1 commit into from
Jun 6, 2016
Merged

include ESP8266WiFi.h into ESP8266WebServer.h #2094

merged 1 commit into from
Jun 6, 2016

Conversation

shrhdk
Copy link
Contributor

@shrhdk shrhdk commented Jun 4, 2016

ESP8266WebServer.h needs ESP8266WiFi.h, but it is not included.

// This makes error: 'WiFiClient' does not name a type
#include <ESP8266WebServer.h>
// This is OK
#include <ESP8266WiFi.h>
#include <ESP8266WebServer.h>

@codecov-io
Copy link

codecov-io commented Jun 4, 2016

Current coverage is 26.31%

Merging #2094 into master will not change coverage

@@             master      #2094   diff @@
==========================================
  Files            19         19          
  Lines          3634       3634          
  Methods         328        328          
  Messages          0          0          
  Branches        585        585          
==========================================
  Hits            956        956          
  Misses         2513       2513          
  Partials        165        165          

Powered by Codecov. Last updated by 2f933e2...ea4c2aa

@igrr igrr merged commit dbef28d into esp8266:master Jun 6, 2016
@shrhdk shrhdk deleted the fix-esp8266-web-server-h branch June 6, 2016 12:37
shrhdk added a commit to shrhdk/theta-remote-release that referenced this pull request Jul 16, 2016
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.

3 participants