Skip to content

Commit

Permalink
Merge pull request #6 from marcel-licence/set_psram
Browse files Browse the repository at this point in the history
activate PSRAM
  • Loading branch information
marcel-licence authored Oct 31, 2024
2 parents 7a787ee + 9d60080 commit e39a9b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile-sketch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: arduino/compile-sketches@v1
with:
fqbn: ${{ matrix.fqbn }}
usbstack: tinyusb
cli-compile-flags: |
- --build-property
- "build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue"
platforms: |
- name: esp32:esp32
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Expand Down

0 comments on commit e39a9b0

Please sign in to comment.