esp_wifi_get_channel() function
Get the primary/secondary channel of device @attention 1. API return false if try to get a interface that is not enable
Arguments
primary
store current primary channel
second
store current second channel
Return value
- ESP_OK: succeed - ESP_ERR_WIFI_NOT_INIT: WiFi is not initialized by esp_wifi_init - ESP_ERR_INVALID_ARG: invalid argument