This commit is contained in:
Maxim Devaev
2021-09-20 06:14:13 +03:00
parent f160fb561f
commit 701df3c76f
6 changed files with 40 additions and 42 deletions

View File

@@ -49,7 +49,7 @@ export function Session() {
var __hid = new Hid(__streamer.getResolution, __recorder);
var __atx = new Atx();
var __msd = new Msd();
var __gpio = new Gpio(__recorder.recordWsEvent);
var __gpio = new Gpio(__recorder);
var __init__ = function() {
__startSession();