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 a7b99dc commit 5939abbCopy full SHA for 5939abb
Firmware/RTK_Everywhere/GNSS_ZED.ino
@@ -146,7 +146,7 @@ void GNSS_ZED::begin()
146
147
if (_zed->begin(*i2c_0) == false)
148
{
149
- log_d("GNSS Failed to begin. Trying again.");
+ systemPrintln("GNSS Failed to begin. Trying again.");
150
151
// Try again with power on delay
152
delay(1000); // Wait for ZED-F9P to power up before it can respond to ACK
0 commit comments