From 66d89933a6354239618aa4822d91514265120be1 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 22 Jan 2026 11:17:15 +0100 Subject: [PATCH] Uncomment zigbee-switch example in workflow --- .github/workflows/examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index b306ae0..b3820be 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -20,7 +20,7 @@ jobs: - "examples/arduino-usb-keyboard" - "examples/arduino-wifiscan" - "examples/arduino-zigbee-light" -# - "examples/arduino-zigbee-switch" + - "examples/arduino-zigbee-switch" - "examples/arduino-NimBLE-SampleScan" - "examples/arduino-matter-light" - "examples/tasmota"