Commit fb3911e43215480fc854a8784e1051cb21e75b3f

Authored by Adhidarma Hadiwinoto
1 parent efa0cb337f
Exists in master

Typo max age

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -6,7 +6,7 @@ const INTERVAL_BEETWEN_SIGNAL_STRENGTH_MS = 60000;
6 6 const REGEX_WAIT_FOR_OK_OR_ERROR = /\n(?:OK|ERROR)\r\n/;
7 7 // const REGEX_WAIT_FOR_OK_OR_ERROR = /\nOK\r\n/;
8 8  
9   -const MAX_LAST_DATA_AGE_MS = 3 * 60 * 100;
  9 +const MAX_LAST_DATA_AGE_MS = 3 * 60 * 1000;
10 10  
11 11 const moment = require('moment');
12 12 const SerialPort = require('serialport');