diff --git a/vulpes/src/main.cpp b/vulpes/src/main.cpp index 294dbf1..dccfb67 100644 --- a/vulpes/src/main.cpp +++ b/vulpes/src/main.cpp @@ -41,9 +41,9 @@ const char* network = "ap"; const char* ssid = WIFI_SSID; const char* password = WIFI_PASSWORD; // Create a new access point -// Replace with your network credentials -const char* ssid_ap = "vulpes001"; -const char* password_ap = NULL; //"123456789"; +// Replace with your desired network credentials +const char* ssid_ap = "vulpes"; +const char* password_ap = NULL; //"123456789"; //NULL is empty IPAddress local_ip(192,168,0,1); IPAddress gateway(192,168,0,1); IPAddress subnet(255,255,255,0);