This commit is contained in:
Dimitrios Kouros
2026-08-16 08:48:51 +03:00
parent 7f76ecc292
commit 0ff8be0ee9
2 changed files with 284 additions and 304 deletions
Generated
+284 -303
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -20,7 +20,6 @@ const MQTT_TIMEOUT: Duration = Duration::from_secs(10);
#[tokio::main(flavor = "current_thread")] #[tokio::main(flavor = "current_thread")]
async fn main() { async fn main() {
dotenv().ok(); dotenv().ok();
let (client, mut eventloop) = create_conn(); let (client, mut eventloop) = create_conn();
match meteo_weather().await { match meteo_weather().await {
Ok(weather) => { Ok(weather) => {