Added mesh agent crash dump management web page.

This commit is contained in:
Ylian Saint-Hilaire
2020-09-17 15:39:33 -07:00
parent 2ba5f27ffa
commit 53f3c418dc
4 changed files with 85 additions and 11 deletions

View File

@@ -486,7 +486,7 @@ function CreateDesktopMultiplexor(parent, domain, nodeid, func) {
var cmd = Buffer.alloc(10);
cmd.writeUInt16BE(5, 0); // Command 5, compression
cmd.writeUInt16BE(10, 2); // Command size, 10 bytes long
cmd[4] = 1; // Image type, 1 = JPEN
cmd[4] = 1; // Image type, 1 = JPEG
cmd[5] = obj.imageCompression; // Image compression level
cmd.writeUInt16BE(obj.imageScaling, 6); // Scaling level
cmd.writeUInt16BE(obj.imageFrameRate, 8); // Frame rate timer