Update Adafruit_GPS.h

Fixed checksum to disable Antenna Messages.
This commit is contained in:
orpheus88 2014-06-20 15:30:38 +02:00
parent 0028238a03
commit 6a51743f5a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,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