Skip to content

Commit 98bbfb7

Browse files
committed
Enable printing of WiFi IP address by default
1 parent 1d5a341 commit 98bbfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ typedef struct {
424424
int8_t timeZoneSeconds = 0;
425425

426426
//Debug settings
427-
bool enablePrintWifiIpAddress = false;
427+
bool enablePrintWifiIpAddress = true;
428428
bool enablePrintState = false;
429429
bool enablePrintWifiState = false;
430430
bool enablePrintNtripClientState = false;

0 commit comments

Comments
 (0)