Compare commits

...

1 commit

Author SHA1 Message Date
869a627680 ? 2021-05-25 23:29:06 -04:00

View file

@ -1,4 +1,4 @@
import * as ws281x from 'rpi-ws281x' import ws281x from 'rpi-ws281x'
import * as fs from 'fs' import * as fs from 'fs'
const cfg = JSON.parse(fs.readFileSync('./config.json')); const cfg = JSON.parse(fs.readFileSync('./config.json'));