From ddd055208f58c0817a84fe32376dc9066f27cd62 Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Wed, 3 Dec 2025 17:41:30 +0100 Subject: [PATCH] Add spaeker device verification in case of wave generation brick --- src/arduino/app_bricks/wave_generator/brick_config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arduino/app_bricks/wave_generator/brick_config.yaml b/src/arduino/app_bricks/wave_generator/brick_config.yaml index 0d8ae661..efe62b68 100644 --- a/src/arduino/app_bricks/wave_generator/brick_config.yaml +++ b/src/arduino/app_bricks/wave_generator/brick_config.yaml @@ -2,3 +2,5 @@ id: arduino:wave_generator name: Wave Generator description: "Continuous wave generator for audio synthesis. Generates sine, square, sawtooth, and triangle waveforms with smooth frequency and amplitude transitions." category: audio +required_devices: + - speaker