Open uecken opened 2 years ago
Hi, I want to control Station and AP Power. I assumes that ESP32-SoftAP communicates with ESP32-Station and other WiFi device.
The following function seems to change AP Power. Can this function also change station power? esp_wifi_set_max_tx_power
In addition, can STA/AP change power real time?
Yes, this API changes global Wi-Fi TX power, and can change the power real time.
Hi, I want to control Station and AP Power. I assumes that ESP32-SoftAP communicates with ESP32-Station and other WiFi device.
The following function seems to change AP Power. Can this function also change station power? esp_wifi_set_max_tx_power
In addition, can STA/AP change power real time?