Compare commits

...

2 Commits

Author SHA1 Message Date
becaae5cd2 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	scripts/index.js
2024-09-21 14:13:03 +05:00
0e266e0e5f Fix blink 2 2024-09-21 14:11:18 +05:00

@ -116,8 +116,8 @@ async function UpdateStatus() {
const cycleMapping = { const cycleMapping = {
0: [0, -1], 1: [0, -1], 2: [1, 2], 5: [2, 2], 6: [3, 2], 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], 7: [4, 2], 8: [5, 0], 9: [6, 0], 10: [7, 0], 11: [8, 0],
12: [9, 1], 14: [1, 0], 15: [2, 0], 16: [3, 0] 12: [9, 0], 14: [1, 1], 15: [2, 1], 16: [3, 1]
}; };
data.data.forEach(item => { data.data.forEach(item => {