wiznet: add version check to initialization sequence

This commit is contained in:
Josh Junon
2024-06-29 01:17:27 +02:00
parent 26e660722c
commit c4b88b5781
11 changed files with 93 additions and 11 deletions

View File

@@ -59,7 +59,8 @@ async fn main(spawner: Spawner) {
w5500_int,
w5500_reset,
)
.await;
.await
.unwrap();
unwrap!(spawner.spawn(ethernet_task(runner)));
// Generate random seed