profiles: add Serial to all profiles

This commit is contained in:
Torrie Fischer 2023-12-11 08:09:46 +01:00
parent 5668266a23
commit 195b405a3b
4 changed files with 8 additions and 4 deletions

View File

@ -4,7 +4,8 @@
"Renderer", "Renderer",
"SerialInput", "SerialInput",
"BPM", "BPM",
"Bluetooth" "Bluetooth",
"Serial"
], ],
"scenes": { "scenes": {
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"], "Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],

View File

@ -7,7 +7,8 @@
"WiFi", "WiFi",
"MQTT", "MQTT",
"ArduinoOTA", "ArduinoOTA",
"BPM" "BPM",
"Serial"
], ],
"scenes": { "scenes": {
"Idle": ["Solid", "MPU5060", "IdleColors", "CircadianRhythm"], "Idle": ["Solid", "MPU5060", "IdleColors", "CircadianRhythm"],

View File

@ -6,7 +6,8 @@
"WiFi", "WiFi",
"MQTT", "MQTT",
"ArduinoOTA", "ArduinoOTA",
"UpdateStatusAnimation" "UpdateStatusAnimation",
"Serial"
], ],
"scenes": { "scenes": {
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"], "Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],

View File

@ -4,7 +4,8 @@
"Renderer", "Renderer",
"ConfigInput", "ConfigInput",
"ConfigDisplay", "ConfigDisplay",
"InputBlip" "InputBlip",
"Serial"
], ],
"scenes": [], "scenes": [],
"surfaceMap": "default" "surfaceMap": "default"