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:
|
||||
framework: ["Arduino", "IDF"]
|
||||
no_gfx: ["", -DNO_GFX]
|
||||
no_fast_functions: ["", -DNO_FAST_FUNCTIONS]
|
||||
no_cie1931: ["", -DNO_CIE1931]
|
||||
virtual_panel: ["", -DVIRTUAL_PANE]
|
||||
# no_fast_functions: ["", -DNO_FAST_FUNCTIONS]
|
||||
# no_cie1931: ["", -DNO_CIE1931]
|
||||
# virtual_panel: ["", -DVIRTUAL_PANE]
|
||||
example:
|
||||
- "examples/PIO_TestPatterns"
|
||||
exclude:
|
||||
|
|
Loading…
Reference in a new issue