Commit Graph

34 Commits

Author SHA1 Message Date
judge e15e78cc26 rename deepsleep to deep_sleep_ms for clarity on expected duration
in main deep sleep was larger than required by a factor of 1000, fixed
this an renamed function to make expected duration count size obvious
from the name
2026-05-05 22:02:46 +02:00
judge db401aac55 get most stuff working again, by upgrading to newer esp-hal version
this involved adding a lot of code from the develop branch step by step
there are still some bugs, but at least i can get into the web interface
and configure stuff again \o/ … measuring and pumping is working as well
2026-05-04 23:46:27 +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 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 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 1f3349c348 add pump expander 2025-09-23 00:26:05 +02:00
EmpirePhoenix 1791f463b7 remove anyhow 2025-09-22 01:49:25 +02:00
EmpirePhoenix 9de85b6e37 it's alive 2025-09-13 01:39:47 +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 4faae86a6b reduce amount of warnings 2025-09-11 20:17:18 +02:00
EmpirePhoenix 47ad4c70de Merge branch 'can' into develop 2025-09-03 19:08:55 +02:00
EmpirePhoenix a8e17cda3b wip min 2025-08-29 17:14:15 +02:00
EmpirePhoenix 50b2e994ca can prepare stuff 2025-08-14 22:10:53 +02:00
EmpirePhoenix d650358bab Add flowsensor prototype, add canbus to backplane 2025-07-27 13:38:53 +02:00
EmpirePhoenix 5d91daf23d add pump current configuration 2025-06-26 02:39:32 +02:00
EmpirePhoenix 577c38d026 allow mppt module to fail during startup without aborting 2025-06-25 01:38:54 +02:00
EmpirePhoenix 6b711e29fc extract rtc module, extract tank module, fix backupview refresh, switch to embedded storage for eeprom 2025-06-25 01:18:36 +02:00
EmpirePhoenix 5fb8705d9a split rtc module out to reduce repreated exactly same code 2025-06-24 20:59:12 +02:00
EmpirePhoenix 450197c7cd merge stuff 2025-06-23 22:21:03 +02:00
EmpirePhoenix d059b7b1db Merge branch 'develop' into housekeeping and clippy and spellcheck 2025-06-20 23:59:14 +02:00
EmpirePhoenix 04849162cd added solar ina handling, adjusted website 2025-06-20 23:37:59 +02:00
judge 506f0c36b5 refactor battery state 2025-06-20 18:46:57 +02:00
judge 4b919b9613 chore: cargo fmt 2025-06-20 16:26:03 +02:00
EmpirePhoenix de54afce52 webfix for sensora enable, ina start 2025-06-19 22:57:54 +02:00
EmpirePhoenix 3a2e59874e fix config on submit not updated, fix startup initial always in ap mode 2025-06-19 20:06:43 +02:00
judge 69077239a5 fix tread safty issues by annotating Box Traits correctly 2025-06-19 18:36:48 +02:00
judge e2cbf9618e fixed lifetime annotations + thread safty still needs work 2025-06-19 18:17:29 +02:00
EmpirePhoenix fc1991523a splitting wip 2025-06-19 16:58:37 +02:00