add delay to secure example publish loop

This commit is contained in:
Todd Treece 2016-07-05 16:16:46 -04:00
parent c19e155bac
commit 7d138efc1a
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@ void loop() {
Serial.println(F("OK!"));
}
// wait a couple seconds to avoid rate limit
delay(2000);
}