profiles: add Serial to all profiles
This commit is contained in:
parent
5668266a23
commit
195b405a3b
@ -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"],
|
||||||
|
@ -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"],
|
||||||
|
@ -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"],
|
||||||
|
@ -4,7 +4,8 @@
|
|||||||
"Renderer",
|
"Renderer",
|
||||||
"ConfigInput",
|
"ConfigInput",
|
||||||
"ConfigDisplay",
|
"ConfigDisplay",
|
||||||
"InputBlip"
|
"InputBlip",
|
||||||
|
"Serial"
|
||||||
],
|
],
|
||||||
"scenes": [],
|
"scenes": [],
|
||||||
"surfaceMap": "default"
|
"surfaceMap": "default"
|
||||||
|
Loading…
Reference in New Issue
Block a user