mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 17:22:59 +00:00
support for generic 4 pin CC and CA RGB LEDS
This commit is contained in:
@@ -608,7 +608,7 @@ void setup()
|
||||
#endif
|
||||
|
||||
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
|
||||
if (rgb_found.type != ScanI2C::DeviceType::NONE) {
|
||||
if (rgb_found.type != ScanI2C::DeviceType::NONE || UNPHONE) {
|
||||
ambientLightingThread = new AmbientLightingThread(rgb_found.type);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user