Commit ba7d5e2050c90d34c19892a7cefc4960b14bb3a0
1 parent
aa772dd1e9
Exists in
master
message_limit dan message_count_clear
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
lib/smstools-config/creator.js
... | ... | @@ -61,6 +61,8 @@ regular_run_cmd = AT+CGSN |
61 | 61 | regular_run_cmd = AT+CIMI |
62 | 62 | regular_run_cmd = AT+COPS? |
63 | 63 | regular_run_statfile = /var/spool/sms/regular_run/modemname |
64 | +message_limit = ${config.smstools_message_limit || 5} | |
65 | +message_count_clear = ${config.smstools_message_count_clear || 1} | |
64 | 66 | |
65 | 67 | ${modemEntries().join('\n\n')} |
66 | 68 |