EmpirePhoenix
5700c3bf73
Implement pump flow monitoring and UI normalization enhancements
...
- Rust: Add `MIN_PUMP_FLOW_ML` constant and logging for insufficient pump flow with fault handling.
- UI: Normalize config fields to maintain consistency and prevent false dirty flags after round-trips.
- KiCad: Update board zone settings for `PlantCtrlESP32` and `MPPT`.
- IntelliJ: Add `.idea` configurations for project setup and inspections.
2026-09-04 10:30:47 +02:00
EmpirePhoenix
d989b41bdd
wip website docu
2026-05-21 07:16:39 +02:00
EmpirePhoenix
d33b05e1d7
remove HAL implementation files for v3 and v4, and the build script
2026-01-04 18:41:38 +01:00
judge
70df806a87
setup cargo run to use containerized build tools that are not rust tools
2025-10-18 18:19:03 +02:00
EmpirePhoenix
ea608dfa6a
cleanup
2025-10-16 20:10:00 +02:00
EmpirePhoenix
45e948636b
switch to bulk measurements
2025-10-10 19:40:57 +02:00
EmpirePhoenix
083573de4a
remove old stuff
2025-10-08 20:44:03 +02:00
EmpirePhoenix
e5c5f31112
make async can useable
2025-10-08 19:48:13 +02:00
EmpirePhoenix
7f3910bcd0
sensor sweep tester
2025-10-07 21:50:33 +02:00
EmpirePhoenix
4ba68182e5
start of plantsensor
2025-10-06 13:18:37 +02:00
EmpirePhoenix
a3cdd92af8
fix ota abort/invalid switching
2025-10-06 02:43:37 +02:00
EmpirePhoenix
894be7c373
fix some ota stuff
2025-10-04 03:05:11 +02:00
EmpirePhoenix
0ddf6a6886
stuff
2025-10-04 01:24:00 +02:00
EmpirePhoenix
27b18df78e
ota is back
2025-10-01 21:56:16 +02:00
EmpirePhoenix
9c6dcc465e
canbus sensor stub and pcnt impl
2025-10-01 00:36:15 +02:00
EmpirePhoenix
cf58486cf5
we should be feature compatible with main version now!
2025-09-30 22:37:45 +02:00
EmpirePhoenix
cfe23c8a09
mqtt via mcutie
2025-09-29 01:00:11 +02:00
EmpirePhoenix
3d18b0dbf6
split webserver into submodules
2025-09-28 19:08:43 +02:00
EmpirePhoenix
7ebc147f51
v3 wip
2025-09-28 13:42:30 +02:00
EmpirePhoenix
f0bda32d7a
use rom linked functions for pin keeping
2025-09-26 23:32:41 +02:00
EmpirePhoenix
76f59b093d
enable deepsleep and gpio1 + timer wake
2025-09-26 22:07:48 +02:00
EmpirePhoenix
7fc8d0c882
sta config mode
2025-09-26 01:13:08 +02:00
EmpirePhoenix
6d5bb5b966
sntp and wifi sta mode working
2025-09-26 00:44:40 +02:00
EmpirePhoenix
336961f0a0
not working wip of station mode
2025-09-25 22:32:10 +02:00
EmpirePhoenix
e20b474dfd
bring selftest online, bring tz online, fix set_config/get_config race
2025-09-24 22:29:58 +02:00
EmpirePhoenix
5b009f50e5
tanksensor and rtc sync
2025-09-23 22:59:08 +02:00
EmpirePhoenix
d010c5d12a
get more functions online
2025-09-23 20:51:59 +02:00
EmpirePhoenix
b594a02870
fix progress display
2025-09-23 00:43:19 +02:00
EmpirePhoenix
1f3349c348
add pump expander
2025-09-23 00:26:05 +02:00
EmpirePhoenix
5b0e2b6797
i2c working, rtc working, eeprom working
2025-09-22 23:44:33 +02:00
EmpirePhoenix
1791f463b7
remove anyhow
2025-09-22 01:49:25 +02:00
EmpirePhoenix
c94f5bdb45
get log to work, make time accessible
2025-09-20 11:31:51 +02:00
EmpirePhoenix
584d6df2d0
file up & download and delete
2025-09-18 01:39:32 +02:00
EmpirePhoenix
cd63e76469
set read config initial somewhat ready
2025-09-17 03:50:21 +02:00
EmpirePhoenix
4c54edbcea
littlefs2 impl stuff
2025-09-17 01:36:53 +02:00
EmpirePhoenix
8b938e7687
small adjustments
2025-09-16 22:41:45 +02:00
EmpirePhoenix
1c84cd00da
rework wifi controller share
2025-09-16 02:24:03 +02:00
EmpirePhoenix
1397f5d775
keep ota around for alter queries to it
2025-09-16 01:41:38 +02:00
EmpirePhoenix
65f6670ca4
adda lot of basic webserver back
2025-09-15 01:21:50 +02:00
EmpirePhoenix
049a9d027c
use ssid
2025-09-14 13:50:46 +02:00
EmpirePhoenix
4aa25c687b
minimal startup running
2025-09-14 13:19:30 +02:00
EmpirePhoenix
b3cc313139
initial webserver stub running
2025-09-14 05:29:23 +02:00
EmpirePhoenix
be3c4a5095
startup and ota state detection working, now wifi_ap next
2025-09-13 20:56:11 +02:00
EmpirePhoenix
4160202cdc
more changes and linking
2025-09-13 02:47:53 +02:00
EmpirePhoenix
9de85b6e37
it's alive
2025-09-13 01:39:47 +02:00
EmpirePhoenix
79087c9353
more async migration
2025-09-12 16:30:35 +02:00
judge
0d495d0f56
probalby found most of the import related stuff, now the real refactor begins
2025-09-12 00:05:52 +02:00
judge
242e748ca0
started cleanup and moving from std to no_std
2025-09-11 22:47:11 +02:00
judge
f853b6f2b2
removed all std dependencies … WIP move to embassy pure rust code
2025-09-11 21:42:17 +02:00
judge
4faae86a6b
reduce amount of warnings
2025-09-11 20:17:18 +02:00