Skip to content

Commit f760fad

Browse files
committed
Updated polling interval for reading button press state
1 parent 4fbdcea commit f760fad

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# waku-ctl
1+
# waku-ctl - The open source water cooling controller.
22

33
![waku-ctl banner](https://raw.githubusercontent.com/kennycoder/waku-ctl/refs/heads/main/media/header.png)
44

@@ -66,3 +66,8 @@ The hardware is based on an ESP32-S3 N16R8 development board or a board with a s
6666

6767
[<img src="media/ui-1.png" width="49%">](media/ui-1.png)
6868
[<img src="media/ui-2.png" width="49%">](media/ui-2.png)
69+
70+
---
71+
72+
_This project is dedicated to my dad, Alexander Danylchyk who taught me a lot and inspired me to pursure engineering as a carrer. You are dearly missed._
73+

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ void MonitorButtonTask(void *pvParameters) {
273273
}
274274
}
275275
}
276-
vTaskDelay(pdMS_TO_TICKS(250)); // Check ~4 times a second
276+
vTaskDelay(pdMS_TO_TICKS(50)); // Check ~4 times a second
277277
}
278278
}
279279

0 commit comments

Comments
 (0)