From 8bb9d4e85bffb369f170ac55d9be56d2596a7a9e Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Fri, 31 Jul 2026 22:37:07 +0200 Subject: [PATCH] ui(picker): reSpeaker ONLINE card matches the functional component (sensors, vertical art) --- frontend/src/lib/onlineOnlyBoards.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/onlineOnlyBoards.ts b/frontend/src/lib/onlineOnlyBoards.ts index a746fdce..a99607e8 100644 --- a/frontend/src/lib/onlineOnlyBoards.ts +++ b/frontend/src/lib/onlineOnlyBoards.ts @@ -197,8 +197,8 @@ export const ONLINE_ONLY_COMPONENT_ADS: OnlineOnlyComponentAd[] = [ { id: 'respeaker-lite', label: 'ReSpeaker Lite (XMOS XU316)', - description: 'Dual-mic far-field audio front-end - available in the online editor', - category: 'output', - thumbnailSvg: '', + description: 'Dual-mic array with a XIAO socket: live mic in, audio out, beamforming/AEC/NS model - online editor', + category: 'sensors', + thumbnailSvg: '', } ];