├── .gitattributes ├── .gitignore └── Sonoff_using_ESP8266 └── Sonoff_using_ESP8266.ino /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/Sonoff-using-ESP8266/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/Sonoff-using-ESP8266/HEAD/.gitignore -------------------------------------------------------------------------------- /Sonoff_using_ESP8266/Sonoff_using_ESP8266.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techiesms/Sonoff-using-ESP8266/HEAD/Sonoff_using_ESP8266/Sonoff_using_ESP8266.ino --------------------------------------------------------------------------------