changes
This commit is contained in:
2026-02-16 16:03:09 -06:00
parent c075b2c0ea
commit e1d43e9de8
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
#include <ModbusIP_ESP8266.h>
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. */