Page 1 of 1

WiFi.setOutputPower ?

Posted: Tue Oct 31, 2017 1:17 pm
by JoaoLopesF
Hi,
In ESP8266 Arduino we have this command to reduce WiFi output power:

Code: Select all

WiFi.setOutputPower(0)
In ESP32 Arduino how I do it ?

Regards

Joao

Re: WiFi.setOutputPower ?

Posted: Wed Feb 20, 2019 3:36 pm
by szucsip
Hy Joao Lopesf!
Could You find a way to adjust WIFI TX power?

Thanks

Re: WiFi.setOutputPower ?

Posted: Thu Feb 21, 2019 8:46 am
by paullbart
there is the following method in the WiFiGeneric class.

bool setTxPower(wifi_power_t power)

Have a look at that.