Skip to content

Commit fae9cac

Browse files
committed
Remove commented code
1 parent e447fdb commit fae9cac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/ArduinoIoTCloud-AWS-Basic/ArduinoIoTCloud-AWS-Basic.ino

-4
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@ void loop() {
8282
return;
8383
}
8484

85-
//if (AWSIoTPreferredConnection.check() != NetworkConnectionState::CONNECTED) {
86-
// return;
87-
//}
88-
8985
if (!mqttClientAWS.connected()) {
9086
if (millis() - connectMillis > 5000) {
9187
connectMillis = millis();

0 commit comments

Comments
 (0)