Skip to content

Commit 126993d

Browse files
authored
Merge branch 'Stefal:master' into feature/add-support-for-um960
2 parents 42b5fbd + 25a098c commit 126993d

79 files changed

Lines changed: 507 additions & 287 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v1
42+
uses: github/codeql-action/init@v2
4343
with:
4444
languages: ${{ matrix.language }}
4545
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -50,7 +50,7 @@ jobs:
5050
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5151
# If this step fails, then you should remove it and run the build manually (see below)
5252
- name: Autobuild
53-
uses: github/codeql-action/autobuild@v1
53+
uses: github/codeql-action/autobuild@v2
5454

5555
# ℹ️ Command-line programs to run using the OS shell.
5656
# 📚 https://git.io/JvXDl
@@ -64,4 +64,4 @@ jobs:
6464
# make release
6565

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v1
67+
uses: github/codeql-action/analyze@v2

CHANGELOG.md

Lines changed: 33 additions & 0 deletions

README.md

Lines changed: 5 additions & 5 deletions

archive_and_clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source <( grep '=' ${BASEDIR}/settings.conf )
77
cd ${datadir}
88

99
check_space(){
10-
df -mP ${datadir} | grep -v '^Filesystem' | awk '{ print $4 }'
10+
df -mP ${datadir} | tail -n1 | awk '{ print $4 }'
1111
}
1212

1313
#Check if there is enough available space (default value is more than 500MB), and delete oldest archive if needed.

drawing/um980_support.3mf

73.9 KB
Binary file not shown.

drawing/um980_support.FCStd

298 KB
Binary file not shown.

drawing/um980_support3.3mf

57.2 KB
Binary file not shown.

drawing/um980_support3.stl

292 KB

receiver_cfg/Septentrio_Mosaic-X5.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ setSBFOutput, Stream1, , +BDSRaw+BDSRawB1C+BDSRawB2a+BDSRawB2b
99
setSBFOutput, Stream1, , +QZSRawL1CA+QZSRawL2C+QZSRawL5
1010
setSBFOutput, Stream1, , +NAVICRaw
1111
setSBFOutput, Stream1, , +GEORawL1+GEORawL5
12+
setSatelliteTracking, -SBAS
1213
setSignalTracking, GPSL1CA+GPSL1PY+GPSL2PY+GPSL2C+GPSL5+GLOL1CA+GLOL2P+GLOL2CA+GLOL3+GALL1BC+GALE6BC+GALE5a+GALE5b+GALE5+GEOL1+GEOL5+BDSB1I+BDSB2I+BDSB3I+BDSB1C+BDSB2a+BDSB2b+QZSL1CA+QZSL2C+QZSL5+QZSL1CB+NAVICL5
1314
setSBFOutput, Stream1, , +PVTGeodetic+ChannelStatus+ReceiverStatus+SatVisibility+ReceiverTime
1415
setPVTMode, Static
1516
setPPSParameters, sec1, Low2High, , UTC
16-
setUSBInternetAccess, on
17-
#END
17+
setUSBInternetAccess, off
18+
setHttpsSettings, HTTP
19+
#END
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Config file for using a Septentrio Mosaic X5 with RTKBase
2+
setSBFOutput, Stream1, USB1
3+
setSBFOutput, Stream1, , , sec1
4+
setSBFOutput, Stream1, , MeasEpoch+MeasExtra+EndOfMeas
5+
setSBFOutput, Stream1, , +GPSRawCA+GPSRawL2C+GPSRawL5
6+
setSBFOutput, Stream1, , +GLORawCA
7+
setSBFOutput, Stream1, , +GALRawFNAV+GALRawINAV+GALRawCNAV
8+
setSBFOutput, Stream1, , +BDSRaw+BDSRawB1C+BDSRawB2a+BDSRawB2b
9+
setSBFOutput, Stream1, , +QZSRawL1CA+QZSRawL2C+QZSRawL5
10+
setSBFOutput, Stream1, , +NAVICRaw
11+
setSBFOutput, Stream1, , +GEORawL1+GEORawL5
12+
setSatelliteTracking, -SBAS
13+
setSignalTracking, GPSL1CA+GPSL1PY+GPSL2PY+GPSL2C+GPSL5+GLOL1CA+GLOL2P+GLOL2CA+GLOL3+GALL1BC+GALE6BC+GALE5a+GALE5b+GALE5+GEOL1+GEOL5+BDSB1I+BDSB2I+BDSB3I+BDSB1C+BDSB2a+BDSB2b+QZSL1CA+QZSL2C+QZSL5+QZSL1CB+NAVICL5
14+
setSBFOutput, Stream1, , +PVTGeodetic+ChannelStatus+ReceiverStatus+SatVisibility+ReceiverTime
15+
setPVTMode, Static
16+
setPPSParameters, sec1, Low2High, , UTC
17+
setUSBInternetAccess, off
18+
setHttpsSettings, HTTP
19+
login, basegnss, basegnss!, RxAdmin, S3pt3ntr10
20+
#END

0 commit comments

Comments
 (0)