refactor: create util module with shared mk_static

- use crate::util::mk_static in network module
- use crate::util::mk_static in mqtt module
- use crate::util::mk_static in hal module
- remove dead mk_static macro from esp module
This commit is contained in:
2026-05-10 14:01:56 +02:00
parent d3d8d829be
commit 7497a8c05d
6 changed files with 14 additions and 34 deletions

View File

@@ -71,6 +71,7 @@ mod mqtt;
mod network;
mod plant_state;
mod tank;
mod util;
mod webserver;
extern crate alloc;