ESP32C3 连接国外WIFI 的注意事项有哪些?
Posted: Thu Jun 09, 2022 3:06 am
ESP32 连接国外的wifi的注意事项有哪些?需要修改国家码吗?
wifi_country_t country_infor ={.cc="USA", .schan=1, .nchan=11, .policy=WIFI_COUNTRY_POLICY_AUTO};
esp_wifi_set_country(&country_infor);
wifi_country_t country_infor ={.cc="USA", .schan=1, .nchan=11, .policy=WIFI_COUNTRY_POLICY_AUTO};
esp_wifi_set_country(&country_infor);