Skip to content

Commit

Permalink
Merge pull request #177 from gabsuren/CI/asio_fix
Browse files Browse the repository at this point in the history
CI: Fix ASIO example test
  • Loading branch information
david-cermak authored Nov 23, 2022
2 parents 3f0262d + 6e2bb51 commit 42565ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/target-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
- name: Clear repository
run: sudo rm -fr $GITHUB_WORKSPACE && mkdir $GITHUB_WORKSPACE
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: examples_app_bin_${{ matrix.idf_target }}_${{ matrix.idf_ver }}_${{ matrix.example }}
path: components/asio/examples/${{ matrix.example }}/build
Expand Down
6 changes: 6 additions & 0 deletions components/asio/examples/asio_chat/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
CONFIG_COMPILER_CXX_EXCEPTIONS=y

#
# Partition Table
#
# Leave some room for larger apps without needing to reduce other features
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y

0 comments on commit 42565ff

Please sign in to comment.