/*
 * References:
 * https://github.com/esp8266/Arduino/blob/esp8266/hardware/esp8266com/esp8266/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino
 * Similar: http://www.esp8266.com/viewtopic.php?f=32&t=3618&p=23900#p23900
 */

 /*
  * Notes:
  * This Sketch is for Arduino 1.6.6 daily build
  * The DNSServer.cpp and DNSServer.h tabs are bound to the sketch
  * As the Arduino ESP8266 repository as of this time has not been
  * Patched for the DNS bug
  * 
  * All files must be in a single Sketch folder
  */

  
