Remove unused modules and only require used exports within path and events.

This commit is contained in:
mmcwilliams 2019-06-18 16:47:26 -04:00
parent 49f9f7f160
commit 8ebbd0ac47
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@ class Camera {
private intval : any = null;
private log : any;
private cfg : any;
private dig : any;
private filmout : any;
private ui : any;
private ipc : any;
private id : string = 'camera';
/**
*
**/
constructor (arduino : Arduino, cfg : any, ui : any, dig : any, second : boolean = false) {
constructor (arduino : Arduino, cfg : any, ui : any, filmout : any, second : boolean = false) {
this.arduino = arduino;
this.cfg = cfg;
this.ui = ui;