Skip to content

Commit

Permalink
Update arduino-cli.yml
Browse files Browse the repository at this point in the history
Try to fix arduino cli build 🙈
  • Loading branch information
TheNitek authored Dec 20, 2024
1 parent e4a0f22 commit d89bfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arduino-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- source-url: https://github.com/schreibfaul1/ESP32-audioI2S.git
sketch-paths: |
- "Examples/Basics"
cli-compile-flags: --build-property build.extra_flags="-DUSER_SETUP_LOADED -DTFT_MISO=12 -DTFT_MOSI=13 -DTFT_SCLK=14 -DTFT_CS=15 -DUSE_HSPI_PORT -DTFT_DC=2 -DTFT_RST=-1 -DTFT_BL=21 -DILI9341_2_DRIVER"
cli-compile-flags: --build-property "build.extra_flags=\"-DUSER_SETUP_LOADED -DTFT_MISO=12 -DTFT_MOSI=13 -DTFT_SCLK=14 -DTFT_CS=15 -DUSE_HSPI_PORT -DTFT_DC=2 -DTFT_RST=-1 -DTFT_BL=21 -DILI9341_2_DRIVER\""

0 comments on commit d89bfe7

Please sign in to comment.