We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Yes, this API changes global Wi-Fi TX power, and can change the power real time.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: