Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition enabling access point
With Basic_WiFi sample, system crashes in multicore. If station is initialised *before* access point, this doesn't happen. Deferring the call to `esp_wifi_start` fixes the issue.
- Loading branch information