Re: Wifi over SDIO on P4
Posted: Wed Sep 03, 2025 5:22 pm
Try it without SD card, and it will work. Or specify SDIO1 (slot 0) because examples use same SDIO2 for both SD card and SDIO WIFI.
Code: Select all
sdmmc_host_t host = SDMMC_HOST_DEFAULT();
host.slot = SDMMC_HOST_SLOT_0;