main: drop pulse input in favor of existing BPM, add to default config

This commit is contained in:
2023-02-19 18:46:28 +01:00
parent d824dbfa45
commit ea058a33da
2 changed files with 13 additions and 23 deletions

View File

@ -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
}
}