Sanitize WiFi credentials and sync to personal git
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@
|
||||
#include <math.h>
|
||||
|
||||
// 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);
|
||||
|
||||
Reference in New Issue
Block a user