From 6bfc701302baf71b057c69f7d3529a9d33ecf628 Mon Sep 17 00:00:00 2001 From: Emmanuel HC Date: Tue, 21 Oct 2025 14:58:38 -0500 Subject: [PATCH] Wifi ssid --- src/EPMS/ATS/ATS_Eaton_ATC900_RPD_TCP/config.h | 4 ++-- src/EPMS/PDU/PDU_Maverick_Power_TCP/config.h | 4 ++-- src/EPMS/UPS/UPS_Vertiv_APM2_TCP/config.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/EPMS/ATS/ATS_Eaton_ATC900_RPD_TCP/config.h b/src/EPMS/ATS/ATS_Eaton_ATC900_RPD_TCP/config.h index a54911d..867ffca 100644 --- a/src/EPMS/ATS/ATS_Eaton_ATC900_RPD_TCP/config.h +++ b/src/EPMS/ATS/ATS_Eaton_ATC900_RPD_TCP/config.h @@ -21,8 +21,8 @@ * @{ */ #include - const char *ssid = "esrlok_portable"; /**< @brief The SSID of the WiFi network. */ - const char *password = "m7g6eNMe?cy8S@z"; /**< @brief The password for the WiFi network. */ + const char *ssid = "wifi_ssid"; /**< @brief The SSID of the WiFi network. */ + const char *password = "wifi_password"; /**< @brief The password for the WiFi network. */ IPAddress local_IP(192, 168, 1, 15); /**< @brief The static IP address for the device. */ IPAddress gateway(192, 168, 1, 1); /**< @brief The gateway IP address. */ IPAddress subnet(255, 255, 255, 0); /**< @brief The subnet mask. */ diff --git a/src/EPMS/PDU/PDU_Maverick_Power_TCP/config.h b/src/EPMS/PDU/PDU_Maverick_Power_TCP/config.h index 4f05063..7b3428c 100644 --- a/src/EPMS/PDU/PDU_Maverick_Power_TCP/config.h +++ b/src/EPMS/PDU/PDU_Maverick_Power_TCP/config.h @@ -21,8 +21,8 @@ * @{ */ #include - const char *ssid = "esrlok_portable"; /**< @brief The SSID of the WiFi network. */ - const char *password = "m7g6eNMe?cy8S@z"; /**< @brief The password for the WiFi network. */ + const char *ssid = "wifi_ssid"; /**< @brief The SSID of the WiFi network. */ + const char *password = "wifi_password"; /**< @brief The password for the WiFi network. */ IPAddress local_IP(192, 168, 1, 178); /**< @brief The static IP address for the device. */ IPAddress gateway(192, 168, 1, 1); /**< @brief The gateway IP address. */ IPAddress subnet(254, 254, 254, 0); /**< @brief The subnet mask. */ diff --git a/src/EPMS/UPS/UPS_Vertiv_APM2_TCP/config.h b/src/EPMS/UPS/UPS_Vertiv_APM2_TCP/config.h index d0b6502..9db67a4 100644 --- a/src/EPMS/UPS/UPS_Vertiv_APM2_TCP/config.h +++ b/src/EPMS/UPS/UPS_Vertiv_APM2_TCP/config.h @@ -21,8 +21,8 @@ * @{ */ #include - const char *ssid = "esrlok_portable"; /**< @brief The SSID of the WiFi network. */ - const char *password = "m7g6eNMe?cy8S@z"; /**< @brief The password for the WiFi network. */ + const char *ssid = "wifi_ssid"; /**< @brief The SSID of the WiFi network. */ + const char *password = "wifi_password"; /**< @brief The password for the WiFi network. */ IPAddress local_IP(192, 168, 1, 234); /**< @brief The static IP address for the device. */ IPAddress gateway(192, 168, 1, 1); /**< @brief The gateway IP address. */ IPAddress subnet(255, 255, 255, 0); /**< @brief The subnet mask. */