mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 09:20:30 +00:00
esp_phy: add country code 01 to country code map type table
This commit is contained in:
@@ -105,6 +105,7 @@ static char* s_phy_type[ESP_PHY_INIT_DATA_TYPE_NUMBER] = {"DEFAULT", "SRRC", "FC
|
||||
|
||||
/* Country and PHY init data type map */
|
||||
static phy_country_to_bin_type_t s_country_code_map_type_table[] = {
|
||||
{"01", ESP_PHY_INIT_DATA_TYPE_DEFAULT},
|
||||
{"AT", ESP_PHY_INIT_DATA_TYPE_CE},
|
||||
{"AU", ESP_PHY_INIT_DATA_TYPE_ACMA},
|
||||
{"BE", ESP_PHY_INIT_DATA_TYPE_CE},
|
||||
|
Reference in New Issue
Block a user