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 830e080 commit db2e3a8Copy full SHA for db2e3a8
Firmware/RTK_Everywhere/RTK_Everywhere.ino
@@ -430,7 +430,7 @@ bool savePossibleSettings = true; // Save possible vs. available settings. See r
430
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
431
#ifdef COMPILE_WIFI
432
int packetRSSI;
433
-RTK_WIFI wifi(true); // wifi(false); is non-verbose. For verbose, change to wifi(true);
+RTK_WIFI wifi(false); // wifi(false); is non-verbose. For verbose, change to wifi(true);
434
#endif // COMPILE_WIFI
435
436
// WiFi Globals - For other module direct access
0 commit comments