slowdown arduino testing sender

This commit is contained in:
tth 2018-12-29 09:49:07 +01:00
parent 654453f0db
commit 4eed817ecb
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ void sendvalues(void)
void loop() {
updatevalues();
sendvalues();
delay(1000);
delay(2500);
}
/* -------------------------------------------------- */