From 73b0be9dafbb9873da13750d4aca25a4cb0dc932 Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 27 Apr 2026 01:01:41 +0200 Subject: [PATCH] change tempo to 50ms --- test/test.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ino b/test/test.ino index 164cca5..2845661 100644 --- a/test/test.ino +++ b/test/test.ino @@ -12,5 +12,5 @@ void loop() { Serial.print(v, 2); Serial.print(","); Serial.println(a, 2); - delay(500); + delay(50); }