compiled rust mqtt

This commit is contained in:
Priec
2025-10-03 22:32:40 +02:00
parent 7c5186ed49
commit 0eab3bbaba
3 changed files with 58 additions and 22 deletions

View File

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