b26206eb96
Introduce watchdog and serialization improvements
...
- Added watchdog timer for improved system stability and responsiveness.
- Switched save data serialization to Bincode for better efficiency.
- Enhanced compatibility by supporting fallback to older JSON format.
- Improved logging during flash operations for easier debugging.
- Simplified SavegameManager by managing storage directly.
2026-04-12 20:38:52 +02:00
95f7488fa3
Add save timestamp support and log interceptor for enhanced debugging
...
- Introduced `created_at` metadata for saves, enabling timestamp tracking.
- Added `InterceptorLogger` to capture logs, aiding in error diagnostics.
- Updated web UI to display save creation timestamps.
- Improved save/load functionality to maintain compatibility with older formats.
2026-04-11 22:40:25 +02:00
0d7074bd89
save tests
2026-04-11 21:34:48 +02:00
bc25fef5ec
refactor: consolidate logging and time handling, remove TIME_ACCESS and LOG_ACCESS
2026-04-10 18:53:30 +02:00
1da6d54d7a
new backup adjustments
2026-04-06 19:51:46 +02:00
0ad7a58219
Improve error handling, ensure robust defaults, and eliminate unsafe unwraps/expectations across modules.
2026-04-06 15:26:52 +02:00
4d4fcbe33b
store backup now in binary, and let backend serialize/deserialize
2026-04-05 13:30:11 +02:00
4cf5f6d151
fix: correctly retrieve and display IP address for both IPv4 and IPv6 configurations
2026-03-27 20:45:24 +01:00
086b0cbe4e
Merge branch 'develop' of ssh://git.mannheim.ccc.de:1337/C3MA/PlantCtrl into develop
2026-03-18 01:25:29 +01: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
02c9486e98
canbus fix and ota adjustments
2026-03-15 20:28:53 +01:00
2d2d7d16cd
Merge branch 'develop' of ssh://git.mannheim.ccc.de:1337/C3MA/PlantCtrl into develop
2026-03-15 20:04:02 +01:00
86f29a336c
Merge branch 'develop' of ssh://git.mannheim.ccc.de:1337/C3MA/PlantCtrl into develop
2026-03-15 20:02:05 +01:00
c61a586595
new ota logic
2026-03-15 19:57:19 +01:00
af27f3b820
canbus debugging
2026-03-15 13:43:36 +01:00
32db326266
update: use Instant to dynamically adjust loop timing and maintain consistent 50ms interval
2026-03-12 21:12:14 +01:00
a4d764c4fe
remove: eliminate MoistureSensorState::Disabled, simplify moisture sensor processing, refactor pump logic, and clean up redundant/unnecessary code
2026-03-12 21:12:14 +01:00
1de40085fb
add: implement UART-based serial configuration handling and improve error handling in charge indicator updates
2026-01-05 19:57:57 +01:00
8fc2a89503
refactor: simplify battery monitoring logic, remove unused fields, and replace BQ34Z100G1 integration with WCH I2C implementation
2026-01-04 23:59:14 +01:00
d33b05e1d7
remove HAL implementation files for v3 and v4, and the build script
2026-01-04 18:41:38 +01:00
f366aace7f
esp-hal release wip
2025-10-31 23:22:40 +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