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.
2 parents 66a5ac0 + 40cce5e commit b8cdd37Copy full SHA for b8cdd37
test_app/sdkconfig.defaults
@@ -9,6 +9,10 @@ CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
9
CONFIG_HEAP_POISONING_COMPREHENSIVE=y
10
CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y
11
CONFIG_COMPILER_STACK_CHECK=y
12
+
13
+# since mqtt-cxx uses exceptions
14
+CONFIG_COMPILER_CXX_EXCEPTIONS=y
15
16
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16000
17
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
18
0 commit comments