diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 20:04:29 +0000 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-03-12 20:04:29 +0000 |
| commit | 2fcfaf6ac13b087fe4327e710af66df6de2b9c72 (patch) | |
| tree | 86cdaa342e1dc3b6075e46ab2f9f7aea98b21833 | |
| parent | e7a5c1b005cd5dfcd606e4cc3a3d47cfb3edaaee (diff) | |
| parent | aebccc30908f8796ea7919d7d2da6a959c1d2083 (diff) | |
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
| -rw-r--r-- | .github/workflows/pio_build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/pio_build.yml b/.github/workflows/pio_build.yml index 06729b5..0d0247e 100644 --- a/.github/workflows/pio_build.yml +++ b/.github/workflows/pio_build.yml @@ -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: |
