disable debugging messages when doing privacy fuzzing

pull/96/head
bert hubert 2020-01-29 15:51:05 +01:00
parent 864ad07537
commit eeb85af0a8
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@ int main(int argc, char** argv)
enableUBXMessageOnPort(fd, 0x01, 0x22, ubxport, 16); // UBX-NAV-CLOCK
if(!version9 && !m8t) {
if(!version9 && !m8t && !fuzzPositionMeters) {
if (doDEBUG) { cerr<<humanTimeNow()<<" Enabling debugging data"<<endl; } // RF doppler
enableUBXMessageOnPort(fd, 0x03, 0x10, ubxport, 4);
}