Skip to content

Commit 4049e94

Browse files
committed
correct / fix needs to be done in kconfig
1 parent 125308e commit 4049e94

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.pio
2+
.vscode/.browse.c_cpp.db*
3+
.vscode/c_cpp_properties.json
4+
.vscode/launch.json
5+
.vscode/ipch
6+
managed_components/
7+
dependencies.lock
8+
sdkconfig.*
9+
.vscode/extensions.json

sdkconfig.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ CONFIG_BT_NIMBLE_EATT_CHAN_NUM=0
169169
# Disable all Arduino included BLE libraries
170170
#
171171
CONFIG_ARDUINO_SELECTIVE_COMPILATION=y
172-
# CONFIG_ARDUINO_SELECTIVE_ArduinoOTA
172+
# CONFIG_ARDUINO_SELECTIVE_ArduinoOTA is not set
173173
# CONFIG_ARDUINO_SELECTIVE_ESP_SR is not set
174174
# CONFIG_ARDUINO_SELECTIVE_WiFiProv is not set
175175
# CONFIG_ARDUINO_SELECTIVE_NetworkClientSecure is not set

0 commit comments

Comments
 (0)