Fix blink 2
This commit is contained in:
parent
54a95f0b33
commit
09a18ee7cc
@ -115,9 +115,9 @@ async function UpdateStatus() {
|
||||
}
|
||||
|
||||
const cycleMapping = {
|
||||
0: [0, -1], 1: [0, 1], 2: [1, 0], 5: [2, 0], 6: [3, 0],
|
||||
7: [4, 0], 8: [5, 3], 9: [6, 3], 10: [7, 3], 11: [8, 3],
|
||||
12: [9, 3], 14: [1, 1], 15: [2, 1], 16: [3, 1]
|
||||
0: [0, -1], 1: [0, -1], 2: [1, 2], 5: [2, 2], 6: [3, 2],
|
||||
7: [4, 2], 8: [5, 1], 9: [6, 1], 10: [7, 1], 11: [8, 1],
|
||||
12: [9, 1], 14: [1, 0], 15: [2, 0], 16: [3, 0]
|
||||
};
|
||||
|
||||
data.data.forEach(item => {
|
||||
|
Loading…
Reference in New Issue
Block a user