Now with firmware version report query

This commit is contained in:
Ladyada 2012-06-12 11:09:02 -04:00
parent 47b173d6b2
commit 2c9541483b
2 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,8 @@ All text above must be included in any redistribution
#define LOCUS_OVERLAP 0
#define LOCUS_FULLSTOP 1
// ask for the release and version
#define PMTK_Q_RELEASE "$PMTK605*31"
// how long to wait when we're looking for a response
#define MAXWAITSENTENCE 5

View File

@ -67,6 +67,8 @@ void setup()
useInterrupt(true);
delay(1000);
// Ask for firmware version
mySerial.println(PMTK_Q_RELEASE);
}