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 98cae0b commit 73ecc6cCopy full SHA for 73ecc6c
examples/mqtt_azure/mqtt_azure.ino
@@ -3,7 +3,7 @@
3
* the ATECC608 cryptographic chip on the AVR-Iot Cellular mini. Please make
4
* sure your board is provisioned first with the provision sketch.
5
*
6
- * With Azure, we use a wildcare for subscription, so we need to enable a
+ * With Azure, we use a wildcard for subscription, so we need to enable a
7
* callback for the received messages so that we can grab the specific topic.
8
*/
9
@@ -123,4 +123,4 @@ void setup() {
123
MqttClient.end();
124
}
125
126
-void loop() {}
+void loop() {}
0 commit comments