2493507304
Refactor plant state handling and moisture interpretation
...
- Replaced `read_hardware_state` with `interpret_raw_values` for better abstraction and clarity.
- Enhanced error handling by introducing `NoMessage` and `NotExpectedMessage` states.
- Updated moisture sensor logic to differentiate expected and unexpected messages.
- Renamed and refactored enum fields for consistency (`raw_hz` to `hz`).
- Minor imports and formatting optimizations.
2026-04-16 23:58:23 +02:00
Kai Börnert
8ce00c9d95
Refactor async logging to synchronous; improve error handling consistency across modules.
2026-04-13 17:03:47 +02:00
4d4fcbe33b
store backup now in binary, and let backend serialize/deserialize
2026-04-05 13:30:11 +02:00
39e4e733f3
Fix ota, use MMU to determine running partition, use RMW wrapper for ota_data partition (littelfs handles this internally, so it was no problem prior)
2026-03-18 01:22:33 +01:00
66e1fe63e0
Revert "new ota logic"
...
This reverts commit c61a586595 .
2026-03-17 22:17:47 +01:00
c61a586595
new ota logic
2026-03-15 19:57:19 +01:00
9b21d505e6
allow single sensor detection, get rid of sensor disabled hardware state == nomessage
2026-02-27 23:12:40 +01:00
e6f8e34f7d
remove: delete initial_hal implementation, update moisture sensor logic to handle optional raw values, optimize TWAI management, and improve CAN data handling
2026-02-01 03:57:36 +01:00
8cd9e08e93
shared flash test
2025-11-02 02:30:21 +01:00
cafe1b264e
refactor: unify moisture handling, update config structure, and add peer dependencies
2025-10-23 22:44:44 +02:00
1db3f7af64
chore: 📎 + fmt
2025-10-18 20:40:38 +02:00
f6f8829cf5
cleanups
2025-10-15 02:14:49 +02:00