mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: SBF enable comment block logging
This is intended to help with GCS's injecting custom data to the GPS
This commit is contained in:
parent
4d1e61633b
commit
3023fac4d0
|
@ -64,7 +64,7 @@ private:
|
|||
"srd, Moderate, UAV\n",
|
||||
"sem, PVT, 5\n",
|
||||
"spm, Rover, all\n",
|
||||
"sso, Stream2, Dsk1, postprocess+event, msec100\n"};
|
||||
"sso, Stream2, Dsk1, postprocess+event+comment, msec100\n"};
|
||||
uint32_t _config_last_ack_time;
|
||||
|
||||
const char* _port_enable = "\nSSSSSSSSSS\n";
|
||||
|
|
Loading…
Reference in New Issue