Commit e3ffe9ea69a43e1891648add54dc3cc7f2e6a15f
1 parent
e07d18058f
Exists in
master
INTERVAL_BEETWEN_SIGNAL_STRENGTH_MS 30 seconds
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
config.sample.json
lib/modem.js
1 | 1 | 'use strict'; |
2 | 2 | |
3 | 3 | const DEFAULT_SLEEP_AFTER_SEND_SMS_MS = 2000; |
4 | -const INTERVAL_BEETWEN_SIGNAL_STRENGTH_MS = 60000; | |
4 | +const INTERVAL_BEETWEN_SIGNAL_STRENGTH_MS = 30000; | |
5 | 5 | const MAX_LAST_DATA_AGE_MS = 3 * 60 * 1000; |
6 | 6 | const REGEX_WAIT_FOR_OK_OR_ERROR = /\n(?:OK|ERROR)\r/; |
7 | 7 | // const REGEX_WAIT_FOR_OK_OR_ERROR_USSD = /\n(?:OK|ERROR)\r/; |