Update Cube4Fun_ESP_v1.ino

This commit is contained in:
workinghard
2016-10-18 19:34:43 -07:00
committed by GitHub
parent e4e4f4f104
commit 74868df47a

View File

@@ -66,8 +66,8 @@ unsigned long lastChangeTime = 0;
int gi_pos = 0;
// Initialize the WiFi server library
const char* ssid = "Enjoy";
const char* password = "iWLSpo8zZ3NS";
const char* ssid = "........";
const char* password = ".........";
ESP8266WebServer server(SERVER_PORT);
const char* www_username = "admin";