mirror of
https://github.com/workinghard/Cube4Fun_v2.git
synced 2025-12-13 19:42:09 +00:00
Update Cube4Fun_ESP_v1.ino
This commit is contained in:
@@ -66,8 +66,8 @@ unsigned long lastChangeTime = 0;
|
|||||||
int gi_pos = 0;
|
int gi_pos = 0;
|
||||||
|
|
||||||
// Initialize the WiFi server library
|
// Initialize the WiFi server library
|
||||||
const char* ssid = "Enjoy";
|
const char* ssid = "........";
|
||||||
const char* password = "iWLSpo8zZ3NS";
|
const char* password = ".........";
|
||||||
ESP8266WebServer server(SERVER_PORT);
|
ESP8266WebServer server(SERVER_PORT);
|
||||||
|
|
||||||
const char* www_username = "admin";
|
const char* www_username = "admin";
|
||||||
|
|||||||
Reference in New Issue
Block a user