From 869a627680f944f19c000ea7303a764950c4b398 Mon Sep 17 00:00:00 2001 From: Jane Petrovna Date: Tue, 25 May 2021 23:26:59 -0400 Subject: [PATCH] ? --- lights.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lights.js b/lights.js index a644d8d..a35ba11 100644 --- a/lights.js +++ b/lights.js @@ -1,4 +1,4 @@ -import * as ws281x from 'rpi-ws281x' +import ws281x from 'rpi-ws281x' import * as fs from 'fs' const cfg = JSON.parse(fs.readFileSync('./config.json'));