Skip to content

Instantly share code, notes, and snippets.

View psibertechsrivats's full-sized avatar

Srivatsan Aravamudan psibertechsrivats

View GitHub Profile
/* Create a WiFi access point and provide a web server on it.
Author: vivek
Last Update: 14 Jul 2017
*/
#include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>