We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125308e commit 4049e94Copy full SHA for 4049e94
.gitignore
@@ -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
@@ -169,7 +169,7 @@ CONFIG_BT_NIMBLE_EATT_CHAN_NUM=0
169
# Disable all Arduino included BLE libraries
170
#
171
CONFIG_ARDUINO_SELECTIVE_COMPILATION=y
172
-# CONFIG_ARDUINO_SELECTIVE_ArduinoOTA
+# CONFIG_ARDUINO_SELECTIVE_ArduinoOTA is not set
173
# CONFIG_ARDUINO_SELECTIVE_ESP_SR is not set
174
# CONFIG_ARDUINO_SELECTIVE_WiFiProv is not set
175
# CONFIG_ARDUINO_SELECTIVE_NetworkClientSecure is not set
0 commit comments