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).