oh god the bugs, they are everywhere, I feel so dirty...

This commit is contained in:
Gareth Coleman
2024-04-19 00:28:20 +01:00
parent 0ae7674982
commit eea85d26ca
3 changed files with 10 additions and 8 deletions

View File

@@ -611,11 +611,13 @@ void setup()
if (rgb_found.type != ScanI2C::DeviceType::NONE) {
ambientLightingThread = new AmbientLightingThread(rgb_found.type);
}
#endif
#ifdef UNPHONE
ambientLightingThread = new AmbientLightingThread(rgb_found.type);
#endif
#ifdef RGBLED_RED
ambientLightingThread = new AmbientLightingThread(rgb_found.type);
#endif
#endif
#ifdef T_WATCH_S3
drv.begin();