Update adafruitio_00_publish_modified.cpp added delay

beta-mqtt
Alan Johnston 2 years ago committed by GitHub
parent 505e18d6b5
commit 85c7852db3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,6 +89,6 @@ void aio_loop(float tlm[]) {
// Adafruit IO is rate limited for publishing, so a delay is required in
// between feed->save events. In this example, we will wait three seconds
// (1000 milliseconds == 1 second) during each loop.
delay(3000);
delay(15000); // 3000
}

Loading…
Cancel
Save

Powered by TurnKey Linux.