You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Firmware/RTK_Everywhere/AP-Config/src/main.js
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -278,8 +278,8 @@ function parseIncoming(msg) {
278
278
show("constellationNavic");
279
279
280
280
hide("dynamicModelDropdown");//Not supported on LG290P
281
-
show("minElevConfig");
282
-
show("minCNOConfig");
281
+
hide("minElevConfig");//Not supported on LG290P
282
+
hide("minCN0Config");//Not supported on LG290P
283
283
284
284
ge("rtcmRateInfoText").setAttribute('data-bs-original-title','RTCM is transmitted by the base at a default of 1Hz for messages 1005, 1074, 1084, 1094, 1114, 1124, 1134. This can be lowered for radios with low bandwidth or tailored to transmit any/all RTCM messages. Limits: 0 to 20. Note: The measurement rate is overridden to 1Hz when in Base mode.');
285
285
@@ -346,8 +346,8 @@ function parseIncoming(msg) {
346
346
hide("enableNmeaOnRadio");
347
347
348
348
hide("dynamicModelDropdown");//Not supported on LG290P
349
-
show("minElevConfig");
350
-
show("minCNOConfig");
349
+
hide("minElevConfig");//Not supported on LG290P
350
+
hide("minCN0Config");//Not supported on LG290P
351
351
352
352
ge("rtcmRateInfoText").setAttribute('data-bs-original-title','RTCM is transmitted by the base at a default of 1Hz for messages 1005, 1074, 1084, 1094, 1124, and 0.1Hz for 1033. This can be lowered for radios with low bandwidth or tailored to transmit any/all RTCM messages. Limits: 0 to 20. Note: The measurement rate is overridden to 1Hz when in Base mode.');
353
353
@@ -930,7 +930,7 @@ function validateFields() {
930
930
checkConstellations();
931
931
932
932
checkElementValue("minElev",0,90,"Must be between 0 and 90","collapseGNSSConfig");
933
-
checkElementValue("minCNO",0,90,"Must be between 0 and 90","collapseGNSSConfig");
933
+
checkElementValue("minCN0",0,90,"Must be between 0 and 90","collapseGNSSConfig");
934
934
if(isElementShown("lg290pGnssSettings")==true){
935
935
checkElementValue("rtcmMinElev",-90,90,"Must be between -90 and 90","collapseGNSSConfig");
0 commit comments