mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
fix(esp_wifi): Support for esp_wifi_remote
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
#include "esp_event.h"
|
||||
#include "cmd_wifi.h"
|
||||
|
||||
/**
|
||||
* This component will be supported using esp_wifi_remote
|
||||
*/
|
||||
#if CONFIG_SOC_WIFI_SUPPORTED
|
||||
|
||||
#define JOIN_TIMEOUT_MS (10000)
|
||||
|
||||
static EventGroupHandle_t wifi_event_group;
|
||||
@@ -134,3 +139,5 @@ void register_wifi(void)
|
||||
|
||||
ESP_ERROR_CHECK( esp_console_cmd_register(&join_cmd) );
|
||||
}
|
||||
|
||||
#endif // CONFIG_SOC_WIFI_SUPPORTED
|
||||
|
Reference in New Issue
Block a user