File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
components/asio/examples/asio_chat Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ jobs:
289
289
- name : Clear repository
290
290
run : sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
291
291
- uses : actions/checkout@v3
292
- - uses : actions/download-artifact@v2
292
+ - uses : actions/download-artifact@v3
293
293
with :
294
294
name : examples_app_bin_${{ matrix.idf_target }}_${{ matrix.idf_ver }}_${{ matrix.example }}
295
295
path : components/asio/examples/${{ matrix.example }}/build
Original file line number Diff line number Diff line change 1
1
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
2
2
CONFIG_COMPILER_CXX_EXCEPTIONS=y
3
+
4
+ #
5
+ # Partition Table
6
+ #
7
+ # Leave some room for larger apps without needing to reduce other features
8
+ CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
You can’t perform that action at this time.
0 commit comments