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")]
|
#[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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user