-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Type: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32
Description
Related area
BT
Hardware specification
ESP32-C3-DevKitM-1
Is your feature request related to a problem?
I found it while looking at the source code to change the BLE output level.
Describe the solution you'd like
arduino-esp32/libraries/BLE/src/BLEDevice.cpp
466 case ESP_PWR_LVL_N6: return -6;
467 case ESP_PWR_LVL_N3: return -6; <-- return -3; ?
468 case ESP_PWR_LVL_N0: return 0;
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.
Metadata
Metadata
Assignees
Labels
Type: Feature requestFeature request for Arduino ESP32Feature request for Arduino ESP32