Update pio_build.yml
This commit is contained in:
parent
2b76af4a5a
commit
aebccc3090
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pio_build.yml
vendored
6
.github/workflows/pio_build.yml
vendored
|
@ -26,9 +26,9 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
framework: ["Arduino", "IDF"]
|
framework: ["Arduino", "IDF"]
|
||||||
no_gfx: ["", -DNO_GFX]
|
no_gfx: ["", -DNO_GFX]
|
||||||
no_fast_functions: ["", -DNO_FAST_FUNCTIONS]
|
# no_fast_functions: ["", -DNO_FAST_FUNCTIONS]
|
||||||
no_cie1931: ["", -DNO_CIE1931]
|
# no_cie1931: ["", -DNO_CIE1931]
|
||||||
virtual_panel: ["", -DVIRTUAL_PANE]
|
# virtual_panel: ["", -DVIRTUAL_PANE]
|
||||||
example:
|
example:
|
||||||
- "examples/PIO_TestPatterns"
|
- "examples/PIO_TestPatterns"
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in a new issue