@@ -21,8 +21,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#include <ModbusIP_ESP8266.h>
|
#include <ModbusIP_ESP8266.h>
|
||||||
const char *ssid = "esrlok_portable"; /**< @brief The SSID of the WiFi network. */
|
const char *ssid = "wifi_ssid"; /**< @brief The SSID of the WiFi network. */
|
||||||
const char *password = "m7g6eNMe?cy8S@z"; /**< @brief The password for 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 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 gateway(192, 168, 1, 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. */
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#include <ModbusIP_ESP8266.h>
|
#include <ModbusIP_ESP8266.h>
|
||||||
const char *ssid = "esrlok_portable"; /**< @brief The SSID of the WiFi network. */
|
const char *ssid = "wifi_ssid"; /**< @brief The SSID of the WiFi network. */
|
||||||
const char *password = "m7g6eNMe?cy8S@z"; /**< @brief The password for 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 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 gateway(192, 168, 1, 1); /**< @brief The gateway IP address. */
|
||||||
IPAddress subnet(254, 254, 254, 0); /**< @brief The subnet mask. */
|
IPAddress subnet(254, 254, 254, 0); /**< @brief The subnet mask. */
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
#include <ModbusIP_ESP8266.h>
|
#include <ModbusIP_ESP8266.h>
|
||||||
const char *ssid = "esrlok_portable"; /**< @brief The SSID of the WiFi network. */
|
const char *ssid = "wifi_ssid"; /**< @brief The SSID of the WiFi network. */
|
||||||
const char *password = "m7g6eNMe?cy8S@z"; /**< @brief The password for 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 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 gateway(192, 168, 1, 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