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 48c4226 commit 6fb9e8cCopy full SHA for 6fb9e8c
examples/espidf-ulp-adc/sdkconfig.defaults
@@ -1,6 +1,7 @@
1
# Enable ULP
2
-CONFIG_ESP32_ULP_COPROC_ENABLED=y
3
-CONFIG_ESP32_ULP_COPROC_RESERVE_MEM=1024
+CONFIG_ULP_COPROC_ENABLED=y
+CONFIG_ULP_COPROC_TYPE_FSM=y
4
+CONFIG_ULP_COPROC_RESERVE_MEM=1024
5
# Set log level to Warning to produce clean output
6
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
7
CONFIG_BOOTLOADER_LOG_LEVEL=2
0 commit comments