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 c6f08ee commit 40cce5eCopy full SHA for 40cce5e
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