data: add AT command reporting firmware version

Fixes #7
This commit is contained in:
Arnaud Ferraris
2021-02-20 20:12:21 +01:00
parent 11c9cee111
commit 9e40ae11d6
3 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ configure = [
# match, the command is then executed with value `expect` in
# order to set the parameter to the configured value (optional)
# A command can have `expect` OR `value` configured, but it shouldn't have both
{ cmd = "QGMR" },
{ cmd = "QDAI", expect = "1,1,0,1,0,0,1,1" },
{ cmd = "QCFG", subcmd = "risignaltype", expect = "\"physical\"" },
{ cmd = "QCFG", subcmd = "ims", expect = "1" },