Modify ESP32C2's default ble tx output power

This commit is contained in:
zwl 2022-10-25 16:23:36 +08:00
parent be07eb4757
commit 333c3db233

View File

@ -198,7 +198,7 @@ extern "C" {
#define RTC_FREQ_N (32000) /* in Hz */
#endif // CONFIG_XTAL_FREQ_26
#define BLE_LL_TX_PWR_DBM_N (0)
#define BLE_LL_TX_PWR_DBM_N (9)
#define RUN_BQB_TEST (0)