Fix missing module requirement

master
Marco Heiming 2022-01-11 16:18:10 +01:00
parent a3ada12a92
commit 800624f2d4
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 = [];