Commit fceefa702e0fa9d574c1a3e792289e0dabdcbcb7
1 parent
b10ac02aec
Exists in
master
config.wait_for_release_lock_wait_for_command_ms
Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff
config.sample.json
lib/modem.js
... | ... | @@ -303,7 +303,7 @@ async function sendSMS(destination, msg) { |
303 | 303 | setTimeout(() => { |
304 | 304 | logger.verbose('Releasing command lock'); |
305 | 305 | mutex.releaseLockWaitForCommand(); |
306 | - }, 2000); | |
306 | + }, config.wait_for_release_lock_wait_for_command_ms || 2000); | |
307 | 307 | } |
308 | 308 | |
309 | 309 | function init() { |