mirror of
https://github.com/ftl/tetra-pei.git
synced 2025-04-02 20:07:30 +02:00
fix typo
This commit is contained in:
parent
38a935b7ab
commit
2a2635ccf1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ func SetOperatingMode(mode AIMode) string {
|
|||
return fmt.Sprintf("AT+CTOM=%d", mode)
|
||||
}
|
||||
|
||||
const operatingModeRequest = "AT+TOM?"
|
||||
const operatingModeRequest = "AT+CTOM?"
|
||||
|
||||
var operatingModeResponse = regexp.MustCompile(`^\+CTOM: (\d+)$`)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue