esp_wifi: re-enable phy calibration data to nvs for esp32c3 & esp32s3

This commit is contained in:
chenjianxing
2021-05-20 21:55:59 +08:00
committed by bot
parent ecc86b3f22
commit 3423cc2937
2 changed files with 2 additions and 3 deletions

View File

@@ -40,9 +40,11 @@
#elif CONFIG_IDF_TARGET_ESP32S2
#include "esp32s2/rom/rtc.h"
#elif CONFIG_IDF_TARGET_ESP32C3
#include "esp32c3/rom/rtc.h"
#include "soc/rtc_cntl_reg.h"
#include "soc/syscon_reg.h"
#elif CONFIG_IDF_TARGET_ESP32S3
#include "esp32s3/rom/rtc.h"
#include "soc/rtc_cntl_reg.h"
#include "soc/syscon_reg.h"
#endif