AP_GPS_SBF: update logging based on vendor recommendation.

This commit is contained in:
Michael Oborne 2016-01-08 05:46:39 +08:00 committed by Andrew Tridgell
parent b54bb757df
commit a42b286c01

View File

@ -53,7 +53,7 @@ private:
"srd, Moderate, UAV\n",
"sem, PVT, 5\n",
"spm, Rover, StandAlone+SBAS+DGPS+RTK\n",
"sso, Stream2, Dsk1, Rinex+Event+RawData, msec100\n"};
"sso, Stream2, Dsk1, postprocess+event, msec100\n"};
uint32_t last_hdop = 999;
uint32_t crc_error_counter = 0;