add delay to secure example publish loop
This commit is contained in:
parent
c19e155bac
commit
7d138efc1a
@ -111,6 +111,9 @@ void loop() {
|
||||
Serial.println(F("OK!"));
|
||||
}
|
||||
|
||||
// wait a couple seconds to avoid rate limit
|
||||
delay(2000);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user