fix(asio): Removes esp_exception and make all examples to use exceptions

The usage of esp_exception header defining the exception handler
prevents users to customize the exception treatment. By removing it
we allow users that want to run without exceptions to customize the
behavior.
This commit is contained in:
Euripedes Rocha
2023-10-05 12:46:07 +02:00
parent 60d7145630
commit c1c93501b0
5 changed files with 11 additions and 31 deletions

View File

@ -1,4 +1,5 @@
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
CONFIG_COMPILER_CXX_EXCEPTIONS=y
#
# Partition Table