You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,3 +64,10 @@ void onLedChange() {
64
64
digitalWrite(LED_BUILTIN, led);
65
65
}
66
66
```
67
+
68
+
### FAQ
69
+
* Device can not subscribe to `THING_ID`
70
+
```
71
+
ArduinoIoTCloudTCP::handle_SubscribeMqttTopics could not subscribe to /a/t/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/e/i
72
+
```
73
+
In this case either the device has not been associated with the thing within the Arduino IoT Cloud GUI configuration or there's a typo in the thing id.
0 commit comments