refactor: create mqtt module with core MQTT statics and tasks

This commit is contained in:
2026-05-05 20:39:03 +02:00
parent e15e78cc26
commit 050f51b9b8
2 changed files with 258 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ mod config;
mod fat_error;
mod hal;
mod log;
mod mqtt;
mod plant_state;
mod tank;
mod webserver;