refactoring

This commit is contained in:
Devaev Maxim
2021-05-09 07:59:00 +03:00
parent 8aa0162ba2
commit 42601dae58
4 changed files with 24 additions and 15 deletions

View File

@@ -44,10 +44,10 @@ export function Session() {
var __ping_timer = null;
var __missed_heartbeats = 0;
var __hid = new Hid();
var __streamer = new Streamer();
var __hid = new Hid(__streamer.getResolution);
var __atx = new Atx();
var __msd = new Msd();
var __streamer = new Streamer(__hid);
var __wol = new WakeOnLan();
var __gpio = new Gpio();