fix PGCMD_NOANTENNA checksum

PGCMD_NOANTENNA checksum was wrong.
This commit is contained in:
driverblock 2013-12-28 14:02:07 -05:00
parent fd40ce59d3
commit 2a52767b76
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ All text above must be included in any redistribution
// request for updates on antenna status
#define PGCMD_ANTENNA "$PGCMD,33,1*6C"
#define PGCMD_NOANTENNA "$PGCMD,33,0*6C"
#define PGCMD_NOANTENNA "$PGCMD,33,0*6D"
// how long to wait when we're looking for a response
#define MAXWAITSENTENCE 5