mirror of
https://github.com/dg9vh/MMDVMHost-Websocketboard.git
synced 2026-04-05 06:25:22 +00:00
enlarging logtailer maxlines and fixing variable initialization
This commit is contained in:
parent
2e03c3ae3e
commit
8be2671a4e
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
var messagecount = 0;
|
||||
var ts1TXing = null;
|
||||
var ts2TXing = null;
|
||||
var ts1timestamp = null;
|
||||
var ts2timestamp = null;
|
||||
var ts1timestamp = "";
|
||||
var ts2timestamp = "";
|
||||
|
||||
setInterval(getCurrentTXing, 1000);
|
||||
// 00000000001111111111222222222233333333334444444444555555555566666666667777777777888888888899999999990000000000111111111122222222223333333333
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue