Cannot seem to use RGB.control command anymore on photon due to the FastLED Library.
command:
RGB.control(true); // to gain control of the photon system led
compile error:
error: reference to 'RGB' is ambiguous
I only get this when I include the FastLED Library. I imagine FastLED is using this RGB reference for something else. Anyway that can get changed to free RGB.control back up? Or some kind of workaround?
Cannot seem to use RGB.control command anymore on photon due to the FastLED Library.
command:
RGB.control(true); // to gain control of the photon system led
compile error:
error: reference to 'RGB' is ambiguous
I only get this when I include the FastLED Library. I imagine FastLED is using this RGB reference for something else. Anyway that can get changed to free RGB.control back up? Or some kind of workaround?