FastLED 3.9.15
Loading...
Searching...
No Matches

◆ hasError()

bool fl::NullDecoder::hasError ( fl::string * msg = nullptr) const
inlineoverridevirtual

Implements fl::IDecoder.

Definition at line 67 of file idecoder.h.

67 {
68 if (msg) {
69 *msg = "Codec not supported on this platform";
70 }
71 return true;
72 }