println
This commit is contained in:
Generated
+284
-303
File diff suppressed because it is too large
Load Diff
@@ -20,7 +20,6 @@ const MQTT_TIMEOUT: Duration = Duration::from_secs(10);
|
||||
#[tokio::main(flavor = "current_thread")]
|
||||
async fn main() {
|
||||
dotenv().ok();
|
||||
|
||||
let (client, mut eventloop) = create_conn();
|
||||
match meteo_weather().await {
|
||||
Ok(weather) => {
|
||||
|
||||
Reference in New Issue
Block a user