irrigation_system/software
Eduard Iten 5fd904de9e fix(valve): Start movement timer only if timeout is greater than 0
Ensures that the k_timer for valve movement timeouts is only started if
the configured max_opening_time_s or max_closing_time_s is greater than 0.
This prevents unnecessary timer activations when timeouts are disabled or zero.
2025-07-10 23:45:21 +02:00
..
.vscode feat: Add ADC sensor device tree bindings and configuration 2025-07-08 16:43:27 +02:00
apps style: Apply clang-format to C/C++ source files 2025-07-10 23:33:50 +02:00
boards/iten/bluepill_f103rb feat: Establish functional multi-app structure 2025-07-01 11:05:12 +02:00
include/lib feat(valve): Make end-position current thresholds configurable 2025-07-10 23:42:41 +02:00
lib fix(valve): Start movement timer only if timeout is greater than 0 2025-07-10 23:45:21 +02:00
tools/modbus_tool feat(valve): Make end-position current thresholds configurable 2025-07-10 23:42:41 +02:00
.clang-format style: Apply clang-format to C/C++ source files 2025-07-10 23:33:50 +02:00
Kconfig feat(valve): Make end-position current thresholds configurable 2025-07-10 23:42:41 +02:00