gammu: Fixed phone PIN code check.
This commit is contained in:
parent
345a8f9589
commit
d209999c7f
1 changed files with 3 additions and 1 deletions
|
@ -6,9 +6,11 @@ Port = <%= @port %>
|
|||
Service = FILES
|
||||
<% if @pin -%>
|
||||
PIN = <%= @pin %>
|
||||
CheckSecurity = 1
|
||||
<% else -%>
|
||||
CheckSecurity = 0
|
||||
<% end -%>
|
||||
CheckBattery = 0
|
||||
CheckSecurity = 0
|
||||
CheckSignal = 0
|
||||
CommTimeout = 10
|
||||
LogFile = syslog
|
||||
|
|
Loading…
Add table
Reference in a new issue