Max TX Power NimBLE::getPower() vs esp_ble_tx_power_get() #660
|
Hello, The confusion is coming from getPower() since the switch does not define any cases beyond +9 dBm. If call esp_ble_tx_power_get() directly I can see that reported value coincides with the ESP_PWR_LVL_P21 enum value. |
Replies: 1 comment
|
This is due to not updating the max for each different chip, just a matter of code change which will be addressed soon. |
This is due to not updating the max for each different chip, just a matter of code change which will be addressed soon.