Skip to content

Commit

Permalink
add delay to secure example publish loop
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Jul 5, 2016
1 parent c19e155 commit 7d138ef
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ void loop() {
Serial.println(F("OK!"));
}

// wait a couple seconds to avoid rate limit
delay(2000);

}


Expand Down

0 comments on commit 7d138ef

Please sign in to comment.