File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 =
You can’t perform that action at this time.
0 commit comments