From c819fea74b954b0d2af675ba622b0fcb453364d7 Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Thu, 23 Jul 2026 21:52:24 +0200 Subject: [PATCH] feat(picker): UNIHIKER M10 ONLINE ad card (DFRobot SBC) --- frontend/src/lib/onlineOnlyBoards.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/onlineOnlyBoards.ts b/frontend/src/lib/onlineOnlyBoards.ts index cb0080d1..3a5049ec 100644 --- a/frontend/src/lib/onlineOnlyBoards.ts +++ b/frontend/src/lib/onlineOnlyBoards.ts @@ -134,7 +134,18 @@ export const ONLINE_ONLY_BOARD_ADS: OnlineOnlyBoardAd[] = [ description: 'Thumb-size RP2040 (Seeed Studio) - in-browser emulation', thumbnailSvg: 'RP', }, - +, + { + id: 'unihiker-m10', + label: 'UNIHIKER M10', + description: 'DFRobot IoT SBC: RK3308 Linux + 2.8" touchscreen (micro:bit edge) - available in the online editor', + thumbnailSvg: + '' + + '' + + '' + + 'UNIHIKER' + + '', + } ]; /** Advertisement entry for a hosted-editor-only COMPONENT (picker part).