1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Added missing include needed for Arduino IDE

This commit is contained in:
Matt Jenkins
2015-05-17 20:01:42 +01:00
parent 03d858bc8e
commit f3e43bee2d

View File

@ -31,6 +31,7 @@
/* Create a WiFi access point and provide a web server on it. */
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
/* Set these to your desired credentials. */