diff --git a/Sapphire_ESP32.ino b/Sapphire_ESP32.ino index c152e7b..18b668d 100644 --- a/Sapphire_ESP32.ino +++ b/Sapphire_ESP32.ino @@ -6,8 +6,8 @@ #include // WiFi Credentials -const char* ssid = "Jelly"; -const char* password = "jellydoodle"; +const char* ssid = "SSID_PLACEHOLDER"; +const char* password = "PASSWORD_PLACEHOLDER"; // Web Server & WebSocket AsyncWebServer server(80);