update ble controller lib for bugfix on esp32c2

This commit is contained in:
cjin
2022-09-06 21:35:51 +08:00
committed by BOT
parent 42a07cf16b
commit 8e348c3f63
3 changed files with 2 additions and 13 deletions

View File

@@ -145,7 +145,7 @@ esp_err_t esp_ble_tx_power_set_enhanced(esp_ble_enhanced_power_type_t power_type
*/
esp_power_level_t esp_ble_tx_power_get_enhanced(esp_ble_enhanced_power_type_t power_type, uint16_t handle);
#define CONFIG_VERSION 0x20220729
#define CONFIG_VERSION 0x20220824
#define CONFIG_MAGIC 0x5A5AA5A5
/**