From 3170f88cb7bc790966f26be7246808f56cef1fd6 Mon Sep 17 00:00:00 2001 From: Koen <98043234+koen1711@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:12:29 +0200 Subject: [PATCH] fix: change the two libs to one unified one (#231) --- src/app/domain/robots.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/domain/robots.ts b/src/app/domain/robots.ts index d438b741..ce5fda94 100644 --- a/src/app/domain/robots.ts +++ b/src/app/domain/robots.ts @@ -8,8 +8,7 @@ import { } from "./robot.type"; const defaultLibraries = [ - "Leaphy Original Extension", - "Leaphy Extra Extension", + "Leaphy Extensions", "Servo", "Adafruit GFX Library", "Adafruit SSD1306",