Skip to content

Commit f1f2022

Browse files
committed
fix: lcd hanging on start (fucking wifi)
1 parent b9cc5fe commit f1f2022

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ async fn main(spawner: Spawner) {
167167
}
168168
}
169169
}
170+
171+
Timer::after_millis(100).await;
170172
let wifi_res = esp_hal_wifimanager::init_wm(
171173
wm_settings,
172174
&spawner,

0 commit comments

Comments
 (0)