From 59e3502d5d968cd2a174ee5d25fb3702b1b11ba1 Mon Sep 17 00:00:00 2001 From: Richard Unger Date: Wed, 14 Feb 2024 22:06:14 +0100 Subject: [PATCH] exclude linearhall example from ESP32 --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index b3db265..3f98490 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -48,7 +48,7 @@ jobs: - arduino-boards-fqbn: esp32:esp32:esp32 # esp32 platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json required-libraries: Simple FOC - sketches-exclude: calibrated smoothing simplefocnano_torque_voltage simplefocnano_atmega + sketches-exclude: calibrated smoothing simplefocnano_torque_voltage simplefocnano_atmega linearhall - arduino-boards-fqbn: esp32:esp32:esp32s2 # esp32s2 platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json required-libraries: Simple FOC