Modify ESP32C2's default ble tx output power

This commit is contained in:
zwl 2022-10-25 16:23:36 +08:00
parent 76cd979dbb
commit efd10a6af4

View File

@ -198,7 +198,7 @@ extern "C" {
#define RTC_FREQ_N (32000) /* in Hz */ #define RTC_FREQ_N (32000) /* in Hz */
#endif // CONFIG_XTAL_FREQ_26 #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) #define RUN_BQB_TEST (0)