main: drop pulse input in favor of existing BPM, add to default config
This commit is contained in:
@ -1,15 +1,24 @@
|
||||
{
|
||||
"version": 1,
|
||||
"tasks": [
|
||||
"Power",
|
||||
"Renderer",
|
||||
"MQTT",
|
||||
"U8Display",
|
||||
"WiFi",
|
||||
"MQTT",
|
||||
"ArduinoOTA",
|
||||
"UpdateStatusAnimation"
|
||||
"BPM"
|
||||
],
|
||||
"scenes": {
|
||||
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
|
||||
"Idle": ["Solid", "MPU5060", "IdleColors", "CircadianRhythm"],
|
||||
"Flashlight": ["Flashlight"]
|
||||
},
|
||||
"surfaceMap": "default"
|
||||
"surfaceMap": "default",
|
||||
"logLevel": 6,
|
||||
"defaults": {
|
||||
"mqtt.ip": "10.0.0.2",
|
||||
"power.milliamps": 500,
|
||||
"power.volts": 5,
|
||||
"bpm.idle": 75
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user