Updated tests
This commit is contained in:
parent
58f0d17779
commit
ed76061dea
|
@ -69,6 +69,7 @@ function actionStop (img) {
|
||||||
action : 3, //STOP
|
action : 3, //STOP
|
||||||
image : resolve(img)
|
image : resolve(img)
|
||||||
}
|
}
|
||||||
|
send(obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
client.connect(serverPort, serverAddress, async () => {
|
client.connect(serverPort, serverAddress, async () => {
|
||||||
|
@ -83,11 +84,10 @@ client.connect(serverPort, serverAddress, async () => {
|
||||||
actionLoad(img, 100, 100, 640, 640);
|
actionLoad(img, 100, 100, 640, 640);
|
||||||
//
|
//
|
||||||
await delay(1000);
|
await delay(1000);
|
||||||
actionExpose(img, 4000);
|
actionStart(img);
|
||||||
//actionStart(img);
|
|
||||||
//
|
//
|
||||||
await delay(2000);
|
await delay(2000);
|
||||||
//actionStop(img);
|
actionStop(img);
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on('data', (data) => {
|
client.on('data', (data) => {
|
||||||
|
|
Loading…
Reference in New Issue