feat: Allow configuring volume set at startup

Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
This commit is contained in:
2025-12-27 15:17:00 +01:00
parent 4c85683fcb
commit 5c8a61eb27
4 changed files with 20 additions and 2 deletions

View File

@@ -358,6 +358,7 @@
'root.TAGMODE': 'Tag mode',
'root.LED_COUNT': 'Length of WS2182 (Neopixel) LED chain',
'root.VOLUME_MAX': 'Maximum volume (0-255)',
'root.VOLUME_BOOT': 'Volume at startup (0-255)',
'root.LED_MAX': 'Maximum LED brightness (0-255)'
};
const config_input_override = {
@@ -401,6 +402,9 @@
'root.VOLUME_MAX': {
'input-type': 'number'
},
'root.VOLUME_BOOT': {
'input-type': 'number'
},
'root.LED_MAX': {
'input-type': 'number'
}