Sanitize WiFi credentials and sync to personal git

This commit is contained in:
Ben
2024-12-12 12:00:00 -08:00
parent 2ea3ecc04d
commit ab52dcb1c3
+2 -2
View File
@@ -6,8 +6,8 @@
#include <math.h> #include <math.h>
// WiFi Credentials // WiFi Credentials
const char* ssid = "Jelly"; const char* ssid = "SSID_PLACEHOLDER";
const char* password = "jellydoodle"; const char* password = "PASSWORD_PLACEHOLDER";
// Web Server & WebSocket // Web Server & WebSocket
AsyncWebServer server(80); AsyncWebServer server(80);