1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-04-26 00:02:30 +03:00

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

View File

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