MCPcopy Create free account
hub / github.com/FastLED/FastLED / saveVideoSettings

Function saveVideoSettings

src/platforms/wasm/compiler/app.ts:354–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352
353// No longer saving to localStorage - always use defaults
354function saveVideoSettings() {
355 // Settings are not persisted - always use defaults on reload
356 console.log('Video settings not saved (using defaults only)');
357}
358
359// Helper to safely set an input element's value
360function setInputValue(id, value) {

Callers 1

app.tsFile · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected