mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
esp_phy: add country code 01 to country code map type table
This commit is contained in:
parent
205ca920bf
commit
94d2040ba7
@ -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},
|
||||
|
@ -19,5 +19,5 @@ def test_phy_multi_init_data_bin(dut: IdfDut, config: str) -> None:
|
||||
if config == 'phy_multiple_init_data':
|
||||
dut.expect_exact('Support multiple PHY init data bins')
|
||||
else:
|
||||
dut.expect_exact('load embedded multi phy init data')
|
||||
dut.expect_exact('loading embedded multiple PHY init data')
|
||||
dut.expect_exact('wifi_init finished')
|
||||
|
Loading…
x
Reference in New Issue
Block a user