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 95fc47f commit 607ffd7Copy full SHA for 607ffd7
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