mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-28 02:32:09 +00:00

* This was already defined and throwing a ton of warnings * Ambient lighting module feature * Use local instance type
5 lines
67 B
C
5 lines
67 B
C
#ifdef HAS_NCP5623
|
|
#include <NCP5623.h>
|
|
extern NCP5623 rgb;
|
|
|
|
#endif |