feat: create empty network module

This commit is contained in:
2026-05-10 02:22:16 +02:00
parent 53819484fb
commit bb4ba20f0d
2 changed files with 2 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ mod fat_error;
mod hal; mod hal;
mod log; mod log;
mod mqtt; mod mqtt;
mod network;
mod plant_state; mod plant_state;
mod tank; mod tank;
mod webserver; mod webserver;

1
rust/src/network.rs Normal file
View File

@@ -0,0 +1 @@
// Network stack spawning module