Skip to content

Commit

Permalink
ate0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Klaban committed Feb 4, 2025
1 parent c763e87 commit 5782cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsm/gsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func DefaultSettings() GsmSettings {
{Command: "ATH", OkAnswerRex: _ok, BadAnswerRex: _err},
{Command: "ATI", OkAnswerRex: _ok, BadAnswerRex: _err},
{Command: "AT&F", OkAnswerRex: _ok, BadAnswerRex: _err},
{Command: "ATE", OkAnswerRex: _ok, BadAnswerRex: _err},
{Command: "ATE0", OkAnswerRex: _ok, BadAnswerRex: _err},
},
Escape: "+++",
EscapePause: 1500 * time.Millisecond,
Expand Down

0 comments on commit 5782cfa

Please sign in to comment.