profiles: add Serial to all profiles
This commit is contained in:
parent
5668266a23
commit
195b405a3b
@ -4,7 +4,8 @@
|
||||
"Renderer",
|
||||
"SerialInput",
|
||||
"BPM",
|
||||
"Bluetooth"
|
||||
"Bluetooth",
|
||||
"Serial"
|
||||
],
|
||||
"scenes": {
|
||||
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
|
||||
|
@ -7,7 +7,8 @@
|
||||
"WiFi",
|
||||
"MQTT",
|
||||
"ArduinoOTA",
|
||||
"BPM"
|
||||
"BPM",
|
||||
"Serial"
|
||||
],
|
||||
"scenes": {
|
||||
"Idle": ["Solid", "MPU5060", "IdleColors", "CircadianRhythm"],
|
||||
|
@ -6,7 +6,8 @@
|
||||
"WiFi",
|
||||
"MQTT",
|
||||
"ArduinoOTA",
|
||||
"UpdateStatusAnimation"
|
||||
"UpdateStatusAnimation",
|
||||
"Serial"
|
||||
],
|
||||
"scenes": {
|
||||
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
|
||||
|
@ -4,7 +4,8 @@
|
||||
"Renderer",
|
||||
"ConfigInput",
|
||||
"ConfigDisplay",
|
||||
"InputBlip"
|
||||
"InputBlip",
|
||||
"Serial"
|
||||
],
|
||||
"scenes": [],
|
||||
"surfaceMap": "default"
|
||||
|
Loading…
Reference in New Issue
Block a user