1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +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 0ac29dcd09
commit af533d6c5c

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. */