ESP8266-RGB-WiFiServer: Added WiFi based controller for ESP8266 led controller

This commit is contained in:
Nis Wechselberg 2015-10-16 11:08:49 +02:00
parent ce1ca4e38a
commit bece994f1b
3 changed files with 166 additions and 0 deletions

View file

@ -0,0 +1,3 @@
// WiFi configuration
const char* ssid = "http://kiel.freifunk.net/";
const char* password = "";