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