Skip to content

Commit d55432d

Browse files
committed
Fix compilation error
1 parent 3d959cc commit d55432d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/Basics/Client/MQTT/MQTT.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* Purpose: Demonstrates how to use with Arduino Mqtt Client library.
88
*/
99

10+
#include <WiFi.h>
1011
#define ENABLE_SERIALTCP_DEBUG // Enable debug prints for SerialTCPClient
1112
#include <SerialNetworkBridge.h>
1213
#include <ArduinoMqttClient.h> // Include the standard MQTT library

examples/Features/UDP_NTP/Client/Client.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* (Network Time Protocol request and response).
99
*/
1010

11+
#include <WiFi.h>
1112
#define ENABLE_SERIALTCP_DEBUG // Enable debug prints
1213
#include <SerialNetworkBridge.h>
1314

examples/Features/Websocket/Client/Client.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <WiFi.h>
12
#define ENABLE_SERIALTCP_DEBUG
23
#include <SerialNetworkBridge.h>
34

0 commit comments

Comments
 (0)