Skip to content

Source code error on Arduino ESP32 ? #12005

@YoshyGold

Description

@YoshyGold

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

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions