From 103859120c25337ada348c3f973798d1be1dd909 Mon Sep 17 00:00:00 2001 From: Empire Phoenix Date: Wed, 6 May 2026 09:27:19 +0200 Subject: [PATCH] Add initial TODO file with pending tasks for One Wire, Flow Sensor, and PlantProfiles implementation --- Software/MainBoard/rust/TODO | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Software/MainBoard/rust/TODO diff --git a/Software/MainBoard/rust/TODO b/Software/MainBoard/rust/TODO new file mode 100644 index 0000000..ab3297a --- /dev/null +++ b/Software/MainBoard/rust/TODO @@ -0,0 +1,3 @@ +One Wire does not seem to work. +Flow Sensor does not seem to work. +PlantProfiles with a dry out phase needs to be implemented + Memory for this \ No newline at end of file