From 0e266e0e5f5cba8b3e0d82ab2747f7ba3c8ffce9 Mon Sep 17 00:00:00 2001 From: "Georgy.Khatuncev" Date: Sat, 21 Sep 2024 14:07:50 +0500 Subject: [PATCH] Fix blink 2 --- scripts/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/index.js b/scripts/index.js index 2253e93..4dc94b2 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -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, 0], 9: [6, 0], 10: [7, 0], 11: [8, 0], + 12: [9, 0], 14: [1, 1], 15: [2, 1], 16: [3, 1] }; data.data.forEach(item => {