upload
This commit is contained in:
2026-02-12 11:54:36 -06:00
parent 50f4c21a23
commit c075b2c0ea
2 changed files with 3 additions and 3 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, 22); /**< @brief The static IP address for the device. */
IPAddress local_IP(172, 17, 38, 23); /**< @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. */