Move mk_static util to a utility module, instead of having 3 seperate but identical implementations in every while where it is used!
This MR is also a small refactor and requires #20 und #21 to be merged first!!!
Move mk_static util to a utility module, instead of having 3 seperate but identical implementations in every while where it is used!
This MR is also a small refactor and requires #20 und #21 to be merged first!!!
- 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
judge
requested review from EmpirePhoenix 2026-05-17 12:44:13 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Move mk_static util to a utility module, instead of having 3 seperate but identical implementations in every while where it is used!
This MR is also a small refactor and requires #20 und #21 to be merged first!!!