Skip to content

Commit c5c9044

Browse files
committed
Enable mDNS by default
1 parent f0291af commit c5c9044

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
@@ -935,7 +935,7 @@ typedef struct
935935
uint16_t lbandFixTimeout_seconds = 180; // Number of seconds of no L-Band fix before resetting ZED
936936
int16_t minCNO_F9P = 6; // Minimum satellite signal level for navigation. ZED-F9P default is 6 dBHz
937937
int16_t minCNO_F9R = 20; // Minimum satellite signal level for navigation. ZED-F9R default is 20 dBHz
938-
bool mdnsEnable = false; // Allows locating of device from browser address 'rtk.local'
938+
bool mdnsEnable = true; // Allows locating of device from browser address 'rtk.local'
939939
uint16_t serialGNSSRxFullThreshold = 50; // RX FIFO full interrupt. Max of ~128. See pinUART2Task().
940940
uint8_t btReadTaskPriority = 1; // Read from BT SPP and Write to GNSS. 3 being the highest, and 0 being the lowest
941941
uint8_t gnssReadTaskPriority =

0 commit comments

Comments
 (0)