Fix missing module requirement

pull/1270/head
Marco Heiming 2022-01-11 16:09:02 +01:00
parent a3ada12a92
commit cc5a1f5d5a
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
const Layout = require("Layout");
const heatshrink = require('heatshrink');
const storage = require('storage');
let tStart;
let historyY = [];