Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 8b906ff

Browse files
authored
Update MQTT_And_OTA_Ethernet.ino
LGTM. Just a very minimal change to match the example's name
1 parent f30292c commit 8b906ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/MQTT_And_OTA_Ethernet/MQTT_And_OTA_Ethernet.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void setup()
6666
// Using this if Serial debugging is not necessary or not using Serial port
6767
//while (!Serial && (millis() < 3000));
6868

69-
Serial.print("\nStarting MQTTClient_Auth on " + String(ARDUINO_BOARD));
69+
Serial.print("\nStarting MQTT_And_OTA_Ethernet on " + String(ARDUINO_BOARD));
7070
Serial.println(" with " + String(SHIELD_TYPE));
7171
Serial.println(WEBSERVER_WT32_ETH01_VERSION);
7272

@@ -158,7 +158,7 @@ unsigned long lastMsg = 0;
158158

159159
void loop()
160160
{
161-
String data = "Hello from v00 MQTT_And_OTEthernet_Example on: " + String(BOARD_NAME) + " with " + String(SHIELD_TYPE);
161+
String data = "Hello from v00 MQTT_And_OTA_Ethernet on: " + String(BOARD_NAME) + " with " + String(SHIELD_TYPE);
162162
const char *pubData = data.c_str();
163163

164164
static unsigned long now;

0 commit comments

Comments
 (0)