8000
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 9340617 commit 8e2e915Copy full SHA for 8e2e915
examples/ArduinoIoTCloud-AWS-Basic/ArduinoIoTCloud-AWS-Basic.ino
@@ -82,10 +82,6 @@ void loop() {
82
return;
83
}
84
85
- //if (AWSIoTPreferredConnection.check() != NetworkConnectionState::CONNECTED) {
86
- // return;
87
- //}
88
-
89
if (!mqttClientAWS.connected()) {
90
if (millis() - connectMillis > 5000) {
91
connectMillis = millis();
0 commit comments