mirror of
https://github.com/meshtastic/firmware.git
synced 2026-05-31 20:30:08 -04:00
Theses two appear to be buggy on r1-neo and nomadstar meteor pro, they rely on Wire.h being included previously to their import. Idk why other platforms using the same smart LEDs are working while theses ones don't. This should make CI green on the dev branch.
7 lines
84 B
C
7 lines
84 B
C
#ifdef HAS_LP5562
|
|
#include <Wire.h>
|
|
|
|
#include <LP5562.h>
|
|
extern LP5562 rgbw;
|
|
|
|
#endif |