From e1d43e9de8cfce7cf43f05bd59ce665dc3abf6ee Mon Sep 17 00:00:00 2001 From: DohnJev18 Date: Mon, 16 Feb 2026 16:03:09 -0600 Subject: [PATCH] changes changes --- platformio.ini | 2 +- src/EPMS/RPP/RPP_Cortex_TCP/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index d1e4db7..e7b43cc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ [platformio] -default_envs = CDU_CoolIT_Oracle_TCP ; Select here the name of the configuration you want to download +default_envs = RPP_Cortex_TCP ; Select here the name of the configuration you want to download [env] upload_port = COM3 diff --git a/src/EPMS/RPP/RPP_Cortex_TCP/config.h b/src/EPMS/RPP/RPP_Cortex_TCP/config.h index a1de0d7..ac5d0bf 100644 --- a/src/EPMS/RPP/RPP_Cortex_TCP/config.h +++ b/src/EPMS/RPP/RPP_Cortex_TCP/config.h @@ -23,7 +23,7 @@ #include const char *ssid = "Oracle_SA"; /**< @brief The SSID of the WiFi network. */ const char *password = "Prime!123"; /**< @brief The password for the WiFi network. */ - IPAddress local_IP(172, 17, 38, 72); /**< @brief The static IP address for the device. */ + IPAddress local_IP(172, 17, 38, 51); /**< @brief The static IP address for the device. */ IPAddress gateway(172, 17, 38, 1); /**< @brief The gateway IP address. */ IPAddress subnet(255, 255, 255, 0); /**< @brief The subnet mask. */