ble:update c2 libble to 6a8d1f3d

This commit is contained in:
luomanruo
2023-09-25 14:04:27 +08:00
parent 6a33321693
commit b7f17f7531
2 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ typedef enum {
ESP_PWR_LVL_P12 = 12, /*!< Corresponding to +12dbm */
ESP_PWR_LVL_P15 = 13, /*!< Corresponding to +15dbm */
ESP_PWR_LVL_P18 = 14, /*!< Corresponding to +18dbm */
ESP_PWR_LVL_P21 = 15, /*!< Corresponding to +21dbm */
ESP_PWR_LVL_P20 = 15, /*!< Corresponding to +20dbm */
ESP_PWR_LVL_INVALID = 0xFF, /*!< Indicates an invalid value */
} esp_power_level_t;