10000 make ESP32_PHY_CALIBRATION_AND_DATA_STORAGE optional · Curclamas/arduino-esp32@e4a7f77 · GitHub
[go: up one dir, main page]

Skip to content

Commit e4a7f77

Browse files
authored
make ESP32_PHY_CALIBRATION_AND_DATA_STORAGE optional
### Background When using arduino-esp32 as IDF component we would like to disable `ESP32_PHY_CALIBRATION_AND_DATA_STORAGE` since we sometimes have different antennae on our boards and we would like to perform a full calibration on default.
1 parent 80c110e commit e4a7f77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Kconfig.projbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ config ENABLE_ARDUINO_DEPENDS
55
select LWIP_SO_RCVBUF
66
select ETHERNET
77
select WIFI_ENABLED
8-
select ESP32_PHY_CALIBRATION_AND_DATA_STORAGE
98
select MEMMAP_SMP
109
default "y"
1110

0 commit comments

Comments
 (0)
0