Stub method for group setting (does nothing on non-WASM platforms)
| 43 | |
| 44 | // Stub method for group setting (does nothing on non-WASM platforms) |
| 45 | void setGroup(const fl::string& groupName) { FASTLED_UNUSED(groupName); } |
| 46 | |
| 47 | UISliderImpl &operator=(float value) FL_NOEXCEPT { |
| 48 | setValue(value); |