mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Initial step of migration of esp-wifi-remote to IDF This cannot be an official component, as it would colide with the existing managed esp_wifi_remote. This needs to be an additional functionality of esp_wifi (subdirectory) used in these 3 scenarios: * Adding remote functionality esp_wifi() APIs to chips without WiFi (esp32p4, h2,...) * Additional WiFi interface for chips which already have WiFi * Genuine WiFi interface for linux target host applications The ownership of WiFi's remote functionality will be transfered back to the wifi team after the migration and stabilization.
242 B
242 B
Placeholder for "remote" functionality of esp_wifi component.
This functionality is currently provided by a standalone component "esp_wifi_remote" -- an external component developed in https://github.com/espressif/esp-wifi-remote repository