Refactored drive state sync

Removed blinking state for now
This commit is contained in:
yueh
2020-06-29 11:45:25 +02:00
parent 400fcdb633
commit 77b544ce4f
8 changed files with 89 additions and 38 deletions
@@ -50,5 +50,5 @@ public enum CellState {
/**
* Full cell, technically could have free types
*/
FULL,
FULL;
}