This commit is contained in:
unlockable
2023-09-07 11:43:18 +08:00
parent e33a500985
commit bfa985f830

View File

@@ -164,7 +164,7 @@ void setup() {
TIMSK4 |= (1 << OCIE4A);
sei();
Cube::set_blinking(1, 1, 1);
// Cube::set_blinking(1, 1, 1);
Serial.begin(115200);
}