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 c08b80c commit f5ed26cCopy full SHA for f5ed26c
examples/GatewayW5100MQTTClient/GatewayW5100MQTTClient.ino
@@ -96,7 +96,7 @@
96
#define MY_RF24_CS_PIN 6
97
#endif
98
99
-// Enable these if your MQTT broker requires usenrame/password
+// Enable these if your MQTT broker requires username/password
100
//#define MY_MQTT_USER "username"
101
//#define MY_MQTT_PASSWORD "password"
102
examples_linux/mysgw.cpp
@@ -45,7 +45,7 @@
45
//#define MY_MQTT_PUBLISH_TOPIC_PREFIX "mygateway1-out"
46
//#define MY_MQTT_SUBSCRIBE_TOPIC_PREFIX "mygateway1-in"
47
48
49
50
51
0 commit comments