We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d959cc commit d55432dCopy full SHA for d55432d
examples/Basics/Client/MQTT/MQTT.ino
@@ -7,6 +7,7 @@
7
* Purpose: Demonstrates how to use with Arduino Mqtt Client library.
8
*/
9
10
+#include <WiFi.h>
11
#define ENABLE_SERIALTCP_DEBUG // Enable debug prints for SerialTCPClient
12
#include <SerialNetworkBridge.h>
13
#include <ArduinoMqttClient.h> // Include the standard MQTT library
examples/Features/UDP_NTP/Client/Client.ino
@@ -8,6 +8,7 @@
* (Network Time Protocol request and response).
#define ENABLE_SERIALTCP_DEBUG // Enable debug prints
14
examples/Features/Websocket/Client/Client.ino
@@ -1,3 +1,4 @@
1
2
#define ENABLE_SERIALTCP_DEBUG
3
4
0 commit comments