diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9dcdc3e42..18eb3c8dd 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -20,7 +20,7 @@ jobs: run: | echo "GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV - name: Build Arduino Libs - run: bash ./build.sh + run: bash ./build.sh -t esp32 - name: Create Release and Upload Release Asset uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') diff --git a/configs/defconfig.esp32 b/configs/defconfig.esp32 index 9ceab04e5..f545f16de 100644 --- a/configs/defconfig.esp32 +++ b/configs/defconfig.esp32 @@ -51,3 +51,7 @@ CONFIG_LWIP_PPP_SUPPORT=y CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y CONFIG_LWIP_PPP_PAP_SUPPORT=y CONFIG_LWIP_PPP_ENABLE_IPV6=n + + +CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH=y +CONFIG_ETH_DMA_BUFFER_SIZE=1024 \ No newline at end of file