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

Method setGroup

src/fl/ui/audio.h:47–47  ·  view source on GitHub ↗

Stub method for group setting (does nothing on non-WASM platforms)

Source from the content-addressed store, hash-verified

45
46 // Stub method for group setting (does nothing on non-WASM platforms)
47 void setGroup(const fl::string& groupName) { FASTLED_UNUSED(groupName); }
48
49 // Stub: no underlying audio input on non-WASM platforms
50 fl::shared_ptr<audio::IInput> audioInput() { return nullptr; }

Callers 1

UIAudioClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected