Skip to content
New issue

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

Add setting to adjust WiFi TX Power #150

Closed
jgstroud opened this issue Apr 4, 2024 · 2 comments
Closed

Add setting to adjust WiFi TX Power #150

jgstroud opened this issue Apr 4, 2024 · 2 comments

Comments

@jgstroud
Copy link
Collaborator

jgstroud commented Apr 4, 2024

Similar to the 802.11B/G/N setting, we should also allow adjusting the transmit power. Don't know what the default is, but the internet seems to says it defaults to max.

/**

  • set the output power of WiFi
  • @param dBm max: +20.5dBm min: 0dBm
    */
    void ESP8266WiFiGenericClass::setOutputPower(float dBm) {

WiFi.setOutputPower(0); // this sets wifi to lowest power
WiFi.setOutputPower(20.5); // this sets wifi to highest power

see also
https://gitlab.com/painlessMesh/painlessMesh/-/issues/51

dkerr64 added a commit to dkerr64/homekit-ratgdo that referenced this issue Apr 5, 2024
@dkerr64
Copy link
Collaborator

dkerr64 commented Apr 5, 2024

Queued up in PR #145

Implemented as a range slider in the GUI with possible values from 0 to 20. If 20 is selected then when setting power it is "rounded up" to 20.5.

dkerr64 added a commit to dkerr64/homekit-ratgdo that referenced this issue Apr 7, 2024
dkerr64 added a commit to dkerr64/homekit-ratgdo that referenced this issue Apr 7, 2024
dkerr64 added a commit to dkerr64/homekit-ratgdo that referenced this issue Apr 7, 2024
jgstroud pushed a commit to jgstroud/homekit-ratgdo that referenced this issue Apr 30, 2024
jgstroud pushed a commit to dkerr64/homekit-ratgdo that referenced this issue Apr 30, 2024
@jgstroud
Copy link
Collaborator Author

Fixed in #145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants