Commit 4e749a66 authored by 李玲燕's avatar 李玲燕

增加自检开关

parent 0e9ea714
......@@ -8,7 +8,7 @@ set (CMAKE_CXX_STANDARD 11)
# Version.
set (MAJOR_VERSION "1")
set (MINOR_VERSION "1")
set (PATCH_VERSION "6")
set (PATCH_VERSION "7")
# Import cmake modules.
list (APPEND CMAKE_MODULE_PATH "$ENV{HT_BUILDSYS_CMAKE_MODULES}")
......
......@@ -109,6 +109,11 @@
label: '绕障',
key: 'obstaclesBypassingEnable',
type: 9
},
{
label: '自检',
key: 'selfCheckSwitch',
type: 15,
}
]
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment