Skip to content

Can't set TX Power more than 15dBm #9953

@enjoyneering

Description

@enjoyneering

Board

ESP32 Dev Module

Device Description

plain module

Hardware Configuration

plain module

Version

latest master (checkout manually)

IDE Name

Arduino IDE

Operating System

Windows 10

Flash frequency

80MHz

PSRAM enabled

no

Upload speed

115200

Description

Can't set TX Power more than 15dBm. Arduino-esp32 v3.0.2

Sketch

WiFi.setTxPower(WIFI_POWER_17dBm);

WiFi.getTxPower(); //returns value not included in enun wifi_power_t


WiFi.setTxPower(WIFI_POWER_15dBm);

WiFi.getTxPower(); //returns WIFI_POWER_15dBm=60

Debug Message

n/a

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions