rename WLED to LED

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-01-01 17:34:44 +01:00
parent b0e93d613c
commit a66c48e713
5 changed files with 29 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
// WLED Configuration Module
// Manages WLED segments and LED configuration
// LED Configuration Module
// Manages LED segments and configuration
let wledConfig = {
segments: []
@@ -24,7 +24,7 @@ async function loadWledConfig() {
showStatus('wled-status', t('wled.loaded'), 'success');
}
} catch (error) {
console.log('Using default WLED config');
console.log('Using default LED config');
wledConfig = { segments: [] };
renderWledSegments();
}