ci: support to build esp32s2beta simple examples

This commit is contained in:
Michael (XIAO Xufeng)
2019-07-08 09:16:06 +08:00
committed by Angus Gratton
parent 4ce00a4829
commit 25ab8380c8
112 changed files with 278 additions and 48 deletions

View File

@@ -596,7 +596,8 @@ static esp_err_t store_cal_data_to_nvs_handle(nvs_handle_t handle,
}
#if CONFIG_ESP32_REDUCE_PHY_TX_POWER
static void esp_phy_reduce_tx_power(esp_phy_init_data_t* init_data)
// TODO: fix the esp_phy_reduce_tx_power unused warning for esp32s2beta - IDF-759
static void __attribute((unused)) esp_phy_reduce_tx_power(esp_phy_init_data_t* init_data)
{
uint8_t i;