irrigation_system/software/apps
Eduard Iten 1067796df4 fix(slave_node): Stabilize Modbus RTU communication
The Modbus server was previously unstable, leading to intermittent CRC errors when polled by a master. This was caused by the main thread exiting after initialization, which created timing and race condition issues for the interrupt-driven Modbus stack.

This fix ensures the main thread continues to run in a low-power sleep loop (). This provides a stable context for the Modbus server, resolving the CRC errors and ensuring reliable communication.
2025-07-01 14:30:22 +02:00
..
gateway refactor(build): Streamline multi-app CMake configuration 2025-07-01 12:05:18 +02:00
slave_node fix(slave_node): Stabilize Modbus RTU communication 2025-07-01 14:30:22 +02:00