Attempted to improve AP only stability
This commit is contained in:
@@ -20,6 +20,7 @@ void handleBlynk()
|
||||
|
||||
void updateBlynk()
|
||||
{
|
||||
if (onlyAP) return;
|
||||
Blynk.virtualWrite(V0,bri);
|
||||
//we need a RGB -> HSB convert here
|
||||
Blynk.virtualWrite(V3,bri);
|
||||
|
||||
Reference in New Issue
Block a user