This commit is contained in:
Priec
2025-10-02 12:17:36 +02:00
parent 2520db2fd7
commit 7c5186ed49
8 changed files with 237 additions and 19 deletions

View File

@@ -17,6 +17,7 @@ use esp_wifi::{
wifi::{ClientConfiguration, Configuration, WifiController, WifiDevice, WifiEvent, WifiState},
};
use log::info;
mod mqtt;
extern crate alloc;