This commit is contained in:
Joe Tretter
2023-06-08 09:13:26 -05:00
parent 0e30ac9d5a
commit 41f4fefef3

View File

@@ -100,5 +100,5 @@ void loop(void) {
writeToOled("F:" + String(bubbleFreqSec, 2) + "\n[" + String(bVal) + "]");
// need to slow it down a bit to prevent fluctuating state cahange
delay(10);
delay(100);
}