Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Oct 7, 2019
1 parent 566708f commit 0ca9575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/WiFiAdvancedCallback/WiFiAdvancedCallback.ino
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void setup() {
Serial.println();

// subscribe to a topic
// the second paramter set's the QoS of the subscription,
// the second parameter set's the QoS of the subscription,
// the the library supports subscribing at QoS 0, 1, or 2
int subscribeQos = 1;

Expand Down

0 comments on commit 0ca9575

Please sign in to comment.