From f9274c74f66300a18a3ee530b0c53427d69559e1 Mon Sep 17 00:00:00 2001 From: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:48:41 +0100 Subject: [PATCH] removed specific info --- Software/USER_SETTINGS.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Software/USER_SETTINGS.cpp b/Software/USER_SETTINGS.cpp index f7f80c7b..bcc2a677 100644 --- a/Software/USER_SETTINGS.cpp +++ b/Software/USER_SETTINGS.cpp @@ -27,9 +27,9 @@ volatile float CHARGER_END_A = 1.0; // Current at which charging is consid #ifdef WEBSERVER volatile uint8_t AccessPointEnabled = true; //Set to either true or false incase you want the board to enable a direct wifi access point -const char* ssid = "comhem_F0A1A5"; // Maximum of 63 characters; -const char* password = "3027CCA803"; // Minimum of 8 characters; -const char* ssidAP = "Battery Emulator"; // Maximum of 63 characters; +const char* ssid = "REPLACE_WITH_YOUR_SSID"; // Maximum of 63 characters; +const char* password = "REPLACE_WITH_YOUR_PASSWORD"; // Minimum of 8 characters; +const char* ssidAP = "Battery Emulator"; // Maximum of 63 characters; const char* passwordAP = "123456789"; // Minimum of 8 characters; set to NULL if you want the access point to be open const uint8_t wifi_channel = 0; // set to 0 for automatic channel selection