mirror of
https://github.com/gunner47/GyverLamp.git
synced 2025-08-07 09:00:30 +03:00
Исправлена ошибка инициализации яркости сразу после включения
This commit is contained in:
@@ -327,6 +327,8 @@ void setup()
|
||||
|
||||
memset(matrixValue, 0, sizeof(matrixValue));
|
||||
randomSeed(micros());
|
||||
changePower();
|
||||
loadingFlag = true;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user