Skip to content

Commit 1cba501

Browse files
committed
Release v3.0.6
2 parents 4da87d6 + e76243e commit 1cba501

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/actions_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
- '**'
99

1010
env:
11-
COMMS_TAG: v5.5
12-
COMMSDSL_TAG: v8.0
13-
CC_TOOLS_QT_TAG: v6.0.6
11+
COMMS_TAG: v5.5.1
12+
COMMSDSL_TAG: v8.0.1
13+
CC_TOOLS_QT_TAG: v6.0.7
1414
WIN_BOOST_VERSION: "1.87.0"
1515
WIN_BOOST_DIR: "C:/local/boost_1_87_0"
1616

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ option (UBLOX_BUILD_EXAMPLES "Build examples." OFF)
4141
# COMMSDSL2C_EXTRA_ARGS - Extra arguments to pass to "commsdsl2c"
4242
# COMMSDSL2LATEX_EXTRA_ARGS - Extra arguments to pass to "commsdsl2latex"
4343

44-
set (UBLOX_VERSION "3.0.5")
45-
set (UBLOX_MIN_COMMSDSL_VERSION "8.0")
44+
set (UBLOX_VERSION "3.0.6")
45+
set (UBLOX_MIN_COMMSDSL_VERSION "8.0.1")
4646

4747
if (("${CMAKE_VERSION}" VERSION_GREATER_EQUAL "3.30") AND
4848
(NOT DEFINED CMAKE_POLICY_DEFAULT_CMP0167))

dsl/message/NavSig.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<int name="sigId" type="uint8" />
1313
<int name="freqId" type="uint8" validRange="[0, 13]" />
1414
<int name="prRes" type="int16" units="m" scaling="1/10" displayDecimals="1" />
15+
<int name="cno" type="uint8" />
1516
<enum name="qualityInd" type="uint8">
1617
<validValue name="NoSignal" val="0" displayName="no signal"/>
1718
<validValue name="Searching" val="1" displayName="searching"/>

0 commit comments

Comments
 (0)