We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2ae39 commit eee5f30Copy full SHA for eee5f30
Firmware/RTK_Everywhere/HTTP_Client.ino
@@ -625,9 +625,8 @@ void httpClientUpdate()
625
else if (pointPerfectNtripNeeded() == true)
626
{
627
// We received a JSON blob containing NTRIP credentials
628
- // Note: this prints the userName and password, which should probably be kept secret?
629
- // TODO: comment this
630
- systemPrintf("PointPerfect response: %s\r\n", response.c_str());
+ if (settings.debugPpCertificate || settings.debugHttpClientData)
+ systemPrintf("PointPerfect response: %s\r\n", response.c_str());
631
632
// Check if the JSON blob contains rtcmCredentials
633
// If this is the first time this device has connected to ThingStream, rtcmCredentials
0 commit comments