small vibration struct fix

This commit is contained in:
Sebastian
2025-06-22 03:16:34 +02:00
parent 8858d41806
commit 6bcc37d3ee

View File

@ -309,6 +309,7 @@ struct Vibration{
on = _on;
off = _off;
start = true;
last = millis();
}
};
Vibration vibration;