Activated Wifi

This commit is contained in:
2026-08-02 16:05:48 +02:00
parent b43514652a
commit 5f76802f92
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ async fn main(spawner: Spawner) {
&mut delay,
);
// setup_wifi(peripherals.WIFI, peripherals.FLASH, &spawner).await;
setup_wifi(peripherals.WIFI, peripherals.FLASH, &spawner).await;
log::info!("Setup complete, entering main loop");