From 5a85c6776c40eb7f301831852b92dcd919209cbc Mon Sep 17 00:00:00 2001 From: Zhao Xin <7176466@qq.com> Date: Thu, 1 Sep 2022 15:01:36 +0800 Subject: [PATCH] update --- sensehat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensehat.js b/sensehat.js index 4625be4..370ef0c 100644 --- a/sensehat.js +++ b/sensehat.js @@ -8,7 +8,7 @@ app.use(express.static('public')) sense.setRotation(180) sense.lowLight = true -const blue = [0, 0, 100] +const blue = [0, 0, 255] const leds = [ [0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0],