Skip to content

Commit f5ed26c

Browse files
pintmanfallberg
authored andcommitted
Fixed some minor typos in comments (#1082)
* Fixed typo in the username
1 parent c08b80c commit f5ed26c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/GatewayW5100MQTTClient/GatewayW5100MQTTClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
#define MY_RF24_CS_PIN 6
9797
#endif
9898

99-
// Enable these if your MQTT broker requires usenrame/password
99+
// Enable these if your MQTT broker requires username/password
100100
//#define MY_MQTT_USER "username"
101101
//#define MY_MQTT_PASSWORD "password"
102102

examples_linux/mysgw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//#define MY_MQTT_PUBLISH_TOPIC_PREFIX "mygateway1-out"
4646
//#define MY_MQTT_SUBSCRIBE_TOPIC_PREFIX "mygateway1-in"
4747

48-
// Enable these if your MQTT broker requires usenrame/password
48+
// Enable these if your MQTT broker requires username/password
4949
//#define MY_MQTT_USER "username"
5050
//#define MY_MQTT_PASSWORD "password"
5151

0 commit comments

Comments
 (0)