Skip to content

Commit cf882d5

Browse files
authored
Update MIOT_LIGHT.ino
1 parent fadc014 commit cf882d5

File tree

1 file changed

+2
-2
lines changed
  • examples/Blinker_Voice_Assistant/Blinker_MIOT/MIOT_LIGHT

1 file changed

+2
-2
lines changed

examples/Blinker_Voice_Assistant/Blinker_MIOT/MIOT_LIGHT/MIOT_LIGHT.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void miotPowerState(const String & state)
123123

124124
wsState = false;
125125

126-
colorW == 0;
126+
colorW = 0;
127127
}
128128

129129
pixelShow();
@@ -305,4 +305,4 @@ void loop()
305305
pixels.setPixelColor(i, colorR, colorG, colorB);
306306
}
307307
pixels.show();
308-
}
308+
}

0 commit comments

Comments
 (0)