aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-12 20:04:29 +0000
committermrfaptastic <12006953+mrfaptastic@users.noreply.github.com>2023-03-12 20:04:29 +0000
commit2fcfaf6ac13b087fe4327e710af66df6de2b9c72 (patch)
tree86cdaa342e1dc3b6075e46ab2f9f7aea98b21833
parente7a5c1b005cd5dfcd606e4cc3a3d47cfb3edaaee (diff)
parentaebccc30908f8796ea7919d7d2da6a959c1d2083 (diff)
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
-rw-r--r--.github/workflows/pio_build.yml6
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: