irrigation_system/software
Eduard Iten fc0add8583 feat: Adjust valve obstacle detection thresholds
Reduced the current thresholds for obstacle detection during valve opening and closing from 500mA to 200mA. This makes the obstacle detection more sensitive.

refactor: Simplify valve_work_handler logic

Refactored the  function to directly call  when an obstacle is detected or the valve reaches its end position. This removes redundant code and improves the clarity of the control flow.
Signed-off-by: Eduard Iten <eduard@iten.pro>
2025-07-11 08:57:02 +02:00
..
.vscode feat: Add ADC sensor device tree bindings and configuration 2025-07-08 16:43:27 +02:00
apps docs: Add Doxygen comment for movement_timeout_handler 2025-07-11 08:07:41 +02:00
boards/iten/bluepill_f103rb feat: Establish functional multi-app structure 2025-07-01 11:05:12 +02:00
include/lib feat: Adjust valve obstacle detection thresholds 2025-07-11 08:57:02 +02:00
lib feat: Adjust valve obstacle detection thresholds 2025-07-11 08:57:02 +02:00
tools/modbus_tool fix: Force UI redraw on successful Modbus reconnection 2025-07-11 08:53:16 +02:00
.clang-format style: Apply clang-format to C/C++ source files 2025-07-10 23:33:50 +02:00
Kconfig refactor(shell): Improve shell command naming and output formatting 2025-07-11 00:16:43 +02:00