Skip to content

Commit 22bfd3f

Browse files
committed
Fix ESP8266 WiFi include
1 parent 6b876aa commit 22bfd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PlaneSpotterDemo/PlaneSpotterDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SOFTWARE.
2323
See more at https://thingpulse.com
2424
*/
2525
#include <Arduino.h>
26-
#include <ESPWiFi.h>
26+
#include <ESP8266WiFi.h>
2727
#include <ESPHTTPClient.h>
2828
#include <Ticker.h>
2929
#include <JsonListener.h>

0 commit comments

Comments
 (0)