fix setTrgCfg()
This commit is contained in:
parent
103fbdc859
commit
00ca0621e4
1 changed files with 1 additions and 1 deletions
|
|
@ -1606,7 +1606,7 @@ function setTrgCfg() {
|
|||
if(len > 0) {
|
||||
let blk = new Uint8Array(len + 1);
|
||||
blk[0] = 0x44;
|
||||
let idx = 0;
|
||||
let idx = 1;
|
||||
if(len != 9) {
|
||||
devtrg.temp_min = Math.round($("inputTempMin").value * 100);
|
||||
devtrg.temp_max = Math.round($("inputTempMax").value * 100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue