Sanitize WiFi credentials and sync to personal git
This commit is contained in:
+2
-2
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user