changes
changes
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
[platformio]
|
[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]
|
[env]
|
||||||
upload_port = COM3
|
upload_port = COM3
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#include <ModbusIP_ESP8266.h>
|
#include <ModbusIP_ESP8266.h>
|
||||||
const char *ssid = "Oracle_SA"; /**< @brief The SSID of the WiFi network. */
|
const char *ssid = "Oracle_SA"; /**< @brief The SSID of the WiFi network. */
|
||||||
const char *password = "Prime!123"; /**< @brief The password for 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 gateway(172, 17, 38, 1); /**< @brief The gateway IP address. */
|
||||||
IPAddress subnet(255, 255, 255, 0); /**< @brief The subnet mask. */
|
IPAddress subnet(255, 255, 255, 0); /**< @brief The subnet mask. */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user