Skip to content

Commit

Permalink
Add change to NMEA output
Browse files Browse the repository at this point in the history
  • Loading branch information
wero1414 committed Feb 26, 2019
1 parent 30053e1 commit b3395e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Firmware/CaTSatZero/CaTSatZero.ino
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ void ballonModeGPS(){
}
if(!gpsData.startsWith("$PMTK001,8"))flag=0;
gpsData="";
Serial1.println(PMTK_SET_NMEA_OUTPUT_RMCGGA);
}
}
}
Expand Down

0 comments on commit b3395e5

Please sign in to comment.