From 195b405a3b7887029ea36df103f237ac13e88ebf Mon Sep 17 00:00:00 2001 From: Torrie Fischer Date: Mon, 11 Dec 2023 08:09:46 +0100 Subject: [PATCH] profiles: add Serial to all profiles --- data/profiles/cyberplague.json | 3 ++- data/profiles/default.json | 3 ++- data/profiles/home-lighting.json | 3 ++- data/profiles/setup.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/data/profiles/cyberplague.json b/data/profiles/cyberplague.json index 021db72..0bf1430 100644 --- a/data/profiles/cyberplague.json +++ b/data/profiles/cyberplague.json @@ -4,7 +4,8 @@ "Renderer", "SerialInput", "BPM", - "Bluetooth" + "Bluetooth", + "Serial" ], "scenes": { "Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"], diff --git a/data/profiles/default.json b/data/profiles/default.json index f32cd78..f0f1e1a 100644 --- a/data/profiles/default.json +++ b/data/profiles/default.json @@ -7,7 +7,8 @@ "WiFi", "MQTT", "ArduinoOTA", - "BPM" + "BPM", + "Serial" ], "scenes": { "Idle": ["Solid", "MPU5060", "IdleColors", "CircadianRhythm"], diff --git a/data/profiles/home-lighting.json b/data/profiles/home-lighting.json index b18aa3e..b4404f1 100644 --- a/data/profiles/home-lighting.json +++ b/data/profiles/home-lighting.json @@ -6,7 +6,8 @@ "WiFi", "MQTT", "ArduinoOTA", - "UpdateStatusAnimation" + "UpdateStatusAnimation", + "Serial" ], "scenes": { "Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"], diff --git a/data/profiles/setup.json b/data/profiles/setup.json index 142c056..052853c 100644 --- a/data/profiles/setup.json +++ b/data/profiles/setup.json @@ -4,7 +4,8 @@ "Renderer", "ConfigInput", "ConfigDisplay", - "InputBlip" + "InputBlip", + "Serial" ], "scenes": [], "surfaceMap": "default"