Skip to content

Commit 0940774

Browse files
committed
fix: lcd hanging on start (fucking wifi is blocking - not my issue)
1 parent b9cc5fe commit 0940774

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(500).await;
170172
let wifi_res = esp_hal_wifimanager::init_wm(
171173
wm_settings,
172174
&spawner,

0 commit comments

Comments
 (0)