Fixing Timestamp
This commit is contained in:
parent
b820503851
commit
fc1d3e2e72
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
// M: 2020-11-01 21:33:27.454 YSF, received network data from DG2MAS to DG-ID 0 at DG2MAS
|
||||
// M: 2020-11-01 21:33:35.025 YSF, received network end of transmission from DG2MAS to DG-ID 0, 7.7 seconds, 0% packet loss, BER: 0.0%
|
||||
function getTimestamp(logline) {
|
||||
return logline.substring(3,26);
|
||||
return logline.substring(3,22);
|
||||
}
|
||||
|
||||
function getMode(logline) {
|
||||
|
|
Loading…
Reference in a new issue