ble: update tx power level index of ESP32-H2 and ESP32-C2

This commit is contained in:
luomanruo
2023-10-10 11:57:10 +08:00
parent 5becfa46bc
commit c9f7186357
3 changed files with 4 additions and 3 deletions

View File

@@ -90,6 +90,7 @@ typedef enum {
ESP_PWR_LVL_P15 = 13, /*!< Corresponding to +15dbm */
ESP_PWR_LVL_P18 = 14, /*!< Corresponding to +18dbm */
ESP_PWR_LVL_P20 = 15, /*!< Corresponding to +20dbm */
ESP_PWR_LVL_P21 = 15, /*!< Corresponding to +20dbm, this enum variable has been deprecated */
ESP_PWR_LVL_INVALID = 0xFF, /*!< Indicates an invalid value */
} esp_power_level_t;