From d4b2b0b4ae4c7adc3b697b0064457889a8b51106 Mon Sep 17 00:00:00 2001 From: Koen <98043234+koen1711@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:54:07 +0100 Subject: [PATCH] chore: remove LedControl, as of Leaphyt Extensions@1.1.0 moved in that --- src/lib/domain/robots.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/domain/robots.ts b/src/lib/domain/robots.ts index 1526369..cbc4977 100644 --- a/src/lib/domain/robots.ts +++ b/src/lib/domain/robots.ts @@ -33,7 +33,6 @@ const DEFAULT_LIBRARIES = [ "Adafruit_VL53L0X", "Adafruit BMP280 Library", "TM1637", - "LedControl", "DS3231", ];