• Joined on 2025-02-20
judge pushed to fix/deep-sleep-timeout-robustness at C3MA/PlantCtrl 2025-06-20 19:05:43 +02:00
71973f8fe9 integrate battery state update into full codebase
506f0c36b5 refactor battery state
4b919b9613 chore: cargo fmt
Compare 3 commits »
judge created branch fix/deep-sleep-timeout-robustness in C3MA/PlantCtrl 2025-06-20 19:05:42 +02:00
judge pushed to develop at C3MA/PlantCtrl 2025-06-19 20:08:01 +02:00
a0e7f97887 Merge branch 'feature/board-hal-splitting' into develop
3a2e59874e fix config on submit not updated, fix startup initial always in ap mode
69077239a5 fix tread safty issues by annotating Box Traits correctly
e2cbf9618e fixed lifetime annotations + thread safty still needs work
fc1991523a splitting wip
Compare 6 commits »
judge pushed to feature/board-hal-splitting at C3MA/PlantCtrl 2025-06-19 18:37:24 +02:00
69077239a5 fix tread safty issues by annotating Box Traits correctly
judge pushed to feature/board-hal-splitting at C3MA/PlantCtrl 2025-06-19 18:18:47 +02:00
e2cbf9618e fixed lifetime annotations + thread safty still needs work
judge pushed to feature/board-hal-splitting at C3MA/PlantCtrl 2025-06-19 13:58:15 +02:00
c429c829b4 start splitting board hal enum into structs
judge created branch feature/board-hal-splitting in C3MA/PlantCtrl 2025-06-19 13:58:14 +02:00
judge created pull request C3MA/PlantCtrl#11 2025-04-24 23:32:55 +02:00
refactor/plant-state-handling
judge pushed to refactor/plant-state-handling at C3MA/PlantCtrl 2025-04-24 23:31:14 +02:00
519c8d2c52 finish refactor of plant state logic
e941a4973d save compiling state during refactor
2b5c1da484 WIP refactor plant_state
cf31ce8d43 WIP introduce plant_state module
d9c3d4e13c add config field to enable moisture sensor a
Compare 6 commits »
judge pushed to refactor/plant-state-handling at C3MA/PlantCtrl 2025-04-18 14:55:48 +02:00
b9bbc4b6e2 save compiling state during refactor
6fa332e708 WIP refactor plant_state
Compare 2 commits »
judge pushed to refactor/plant-state-handling at C3MA/PlantCtrl 2025-04-18 14:02:30 +02:00
d2b55fdafb save compiling state during refactor
4b1d87b66f WIP refactor plant_state
Compare 2 commits »
judge pushed to refactor/plant-state-handling at C3MA/PlantCtrl 2025-03-27 22:29:10 +01:00
79113530b8 WIP introduce plant_state module
76835b23b1 add config field to enable moisture sensor a
Compare 2 commits »
judge created branch refactor/plant-state-handling in C3MA/PlantCtrl 2025-03-27 22:29:10 +01:00
judge deleted branch refactor/tank-enum-state from C3MA/PlantCtrl 2025-03-27 19:32:39 +01:00
judge pushed to develop at C3MA/PlantCtrl 2025-03-20 22:58:46 +01:00
9509be9527 improve warn level function in ValueRangeError case
judge pushed to develop at C3MA/PlantCtrl 2025-03-20 22:42:19 +01:00
53bd1f8cce tank information web server api endpoint
judge opened issue C3MA/PlantCtrl#10 2025-03-20 22:27:59 +01:00
Create static Configuration state for easy access when code is running.
judge closed pull request C3MA/PlantCtrl#7 2025-03-20 22:21:19 +01:00
refactor/tank-enum-state
judge commented on issue C3MA/PlantCtrl#8 2025-03-20 22:20:54 +01:00
Migrate Logging to defmt

Not a drop in replacement for ringbuffer error storage. Maybe interesting concepts can be borrowed 😉

judge closed issue C3MA/PlantCtrl#6 2025-03-20 22:13:35 +01:00
Tanksensor not workin