Remove unused modules and only require used exports within path and events.
This commit is contained in:
parent
49f9f7f160
commit
8ebbd0ac47
|
@ -15,14 +15,14 @@ class Camera {
|
||||||
private intval : any = null;
|
private intval : any = null;
|
||||||
private log : any;
|
private log : any;
|
||||||
private cfg : any;
|
private cfg : any;
|
||||||
private dig : any;
|
private filmout : any;
|
||||||
private ui : any;
|
private ui : any;
|
||||||
private ipc : any;
|
private ipc : any;
|
||||||
private id : string = 'camera';
|
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.arduino = arduino;
|
||||||
this.cfg = cfg;
|
this.cfg = cfg;
|
||||||
this.ui = ui;
|
this.ui = ui;
|
||||||
|
|
Loading…
Reference in New Issue