├── .gitignore ├── LICENSE ├── README.md └── esp8266Switch.ino /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottjgibson/esp8266Switch/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottjgibson/esp8266Switch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottjgibson/esp8266Switch/HEAD/README.md -------------------------------------------------------------------------------- /esp8266Switch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scottjgibson/esp8266Switch/HEAD/esp8266Switch.ino --------------------------------------------------------------------------------