Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit d437c05

Browse files
authored
Update README.md
1 parent b85caf3 commit d437c05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AutoReConnect/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,9 @@ void loop()
227227
connectMultiBlynk();
228228
}
229229

230-
Blynk.run();
230+
if ( Blynk.connected() )
231+
Blynk.run();
232+
231233
check_status();
232234
}
233235

0 commit comments

Comments
 (0)