diff --git a/firmware/GyverLamp_v1.4/GyverLamp_v1.4.ino b/firmware/GyverLamp_v1.4/GyverLamp_v1.4.ino index 3f2c909..5b141d4 100644 --- a/firmware/GyverLamp_v1.4/GyverLamp_v1.4.ino +++ b/firmware/GyverLamp_v1.4/GyverLamp_v1.4.ino @@ -327,6 +327,8 @@ void setup() memset(matrixValue, 0, sizeof(matrixValue)); randomSeed(micros()); + changePower(); + loadingFlag = true; }