mirror of
https://github.com/dustinbrun/ATtiny_Garden-Lamp
synced 2025-12-30 06:03:22 +01:00
Changed some default values
This commit is contained in:
@@ -124,7 +124,7 @@ void loop()
|
||||
}
|
||||
ws2812_setleds((struct cRGB *)pixel, PIXEL_NUM);
|
||||
|
||||
delay(400 - random_avr() % d_delay);
|
||||
delay(350 - random_avr() % d_delay);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user