From 9f2170a90cb378924785c30c3e7c3a6a3f27dea8 Mon Sep 17 00:00:00 2001 From: SimeonOnSecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Tue, 2 Jul 2024 00:08:10 -0500 Subject: [PATCH] Update index.en.md --- .../index.en.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/content/other/onocoy-gps-gnss-reciever-basestation-on-a-budget/index.en.md b/content/other/onocoy-gps-gnss-reciever-basestation-on-a-budget/index.en.md index b28bf7dcc4cd2..5f0c8756ea734 100644 --- a/content/other/onocoy-gps-gnss-reciever-basestation-on-a-budget/index.en.md +++ b/content/other/onocoy-gps-gnss-reciever-basestation-on-a-budget/index.en.md @@ -598,12 +598,6 @@ CONFIG RTK TIMEOUT 600 # High reliability for RTK Positioning and ADR CONFIG RTK RELIABILITY 4 4 -# High threshold for CN0 -#CONFIG RTK CN0THD 1 - -# High threshold for multi-path mitigation -#CONFIG RTK MMPL 1 - # Enable multi-path mitigation CONFIG MMP ENABLE @@ -633,6 +627,11 @@ saveconfig CONFIG UNDULATION 0 saveconfig +# Enable Automatic Gain Control +AGCA 1 +AGCB 1 +saveconfig + # Enable All bands UNMASK GPS UNMASK BDS @@ -678,9 +677,11 @@ saveconfig # CONFIG SBAS TIMEOUT 600 # saveconfig +# Adjust Serial Output Settings +CONFIG COM1 115200 8 n 1 # ONLY CHANGE IF YOU WANT TO IMPROVE THE BAUDRATE OR IF YOU RUN INTO STABILITY ISSUES WITHOUT IT -# config com1 921600 -# saveconfig +# CONFIG COM1 921600 8 n 1 +saveconfig ``` *It should be noted that the Unicorecomm device does not have the ability to transmit the `RTCM 1230` message type as required per [Onocoy system's requirements](https://docs.onocoy.com/documentation/quick-start-guides/mine-rewards/3.-connect-your-station-to-onocoy).*