Skip to content

Commit db2e3a8

Browse files
committed
Revert verbose wifi
1 parent 830e080 commit db2e3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ bool savePossibleSettings = true; // Save possible vs. available settings. See r
430430
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
431431
#ifdef COMPILE_WIFI
432432
int packetRSSI;
433-
RTK_WIFI wifi(true); // wifi(false); is non-verbose. For verbose, change to wifi(true);
433+
RTK_WIFI wifi(false); // wifi(false); is non-verbose. For verbose, change to wifi(true);
434434
#endif // COMPILE_WIFI
435435

436436
// WiFi Globals - For other module direct access

0 commit comments

Comments
 (0)