diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69ccd40..c79a7e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,15 +19,15 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - # - name: Cache Dependencies - # uses: actions/cache@v3 - # with: - # path: | - # ~/.cache/pip - # ~/.platformio/.cache - # key: ${{ runner.os }}-pio-${{ hashFiles('**/*.lock') }} - # restore-keys: | - # ${{ runner.os }}-pio- + - name: Cache Dependencies + uses: actions/cache@v3 + with: + path: | + ~/.cache/pip + ~/.platformio/.cache + key: ${{ runner.os }}-pio-${{ hashFiles('**/*.lock') }} + restore-keys: | + ${{ runner.os }}-pio- - name: Set Up Python uses: actions/setup-python@v3 diff --git a/platformio.ini b/platformio.ini index 9ded965..789021c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -79,6 +79,7 @@ platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/ board = esp32dev board_build.f_cpu = 240000000L board_build.f_flash = 80000000L +board_build.arduino.upstream_packages = no framework = arduino monitor_speed = 115200 build_type = debug