diff --git a/rust/src/main.rs b/rust/src/main.rs index 4cd72a1..ec75d5d 100644 --- a/rust/src/main.rs +++ b/rust/src/main.rs @@ -68,6 +68,7 @@ mod fat_error; mod hal; mod log; mod mqtt; +mod network; mod plant_state; mod tank; mod webserver; diff --git a/rust/src/network.rs b/rust/src/network.rs new file mode 100644 index 0000000..cfcbdf0 --- /dev/null +++ b/rust/src/network.rs @@ -0,0 +1 @@ +// Network stack spawning module