fix
1. 无法第二次启动,授时等待时间优化; 2. 遥控器界面显示:硬盘可用空间,当前帧率剩余飞行时间; 3. 帧率曝光时间和遥控器右侧边栏数字联动; 4. bin2后面加通道数,侧边栏显示bin和通道数; 5. 遥控器去掉惯导定位精度,改为显示full nav; 6. 其他界面改动;
This commit is contained in:
@ -108,7 +108,7 @@
|
||||
"widget_index": 6,
|
||||
"widget_type": "int_input_box",
|
||||
"widget_name": "帧率",
|
||||
"int_input_box_hint": "unit:hz"
|
||||
"int_input_box_hint": "单位:hz"
|
||||
},
|
||||
{
|
||||
"widget_index": 7,
|
||||
@ -119,12 +119,12 @@
|
||||
"widget_index": 8,
|
||||
"widget_type": "int_input_box",
|
||||
"widget_name": "曝光时间",
|
||||
"int_input_box_hint": "unit:ms"
|
||||
"int_input_box_hint": "单位:毫秒"
|
||||
},
|
||||
{
|
||||
"widget_index": 9,
|
||||
"widget_type": "switch",
|
||||
"widget_name": "开始采集"
|
||||
"widget_name": "高光谱采集"
|
||||
},
|
||||
{
|
||||
"widget_index": 10,
|
||||
@ -132,10 +132,10 @@
|
||||
"widget_name": "系统指令",
|
||||
"list_item": [
|
||||
{
|
||||
"item_name": "等待指令"
|
||||
"item_name": "其他"
|
||||
},
|
||||
{
|
||||
"item_name": "重启电脑"
|
||||
"item_name": "重启"
|
||||
},
|
||||
{
|
||||
"item_name": "关机"
|
||||
@ -157,7 +157,7 @@
|
||||
"widget_name": "bin",
|
||||
"list_item": [
|
||||
{
|
||||
"item_name": "等待指令"
|
||||
"item_name": "其他"
|
||||
},
|
||||
{
|
||||
"item_name": "光谱1"
|
||||
|
@ -108,7 +108,7 @@
|
||||
"widget_index": 6,
|
||||
"widget_type": "int_input_box",
|
||||
"widget_name": "帧率",
|
||||
"int_input_box_hint": "unit:hz"
|
||||
"int_input_box_hint": "单位:hz"
|
||||
},
|
||||
{
|
||||
"widget_index": 7,
|
||||
@ -119,12 +119,12 @@
|
||||
"widget_index": 8,
|
||||
"widget_type": "int_input_box",
|
||||
"widget_name": "曝光时间",
|
||||
"int_input_box_hint": "unit:ms"
|
||||
"int_input_box_hint": "单位:毫秒"
|
||||
},
|
||||
{
|
||||
"widget_index": 9,
|
||||
"widget_type": "switch",
|
||||
"widget_name": "开始采集"
|
||||
"widget_name": "高光谱采集"
|
||||
},
|
||||
{
|
||||
"widget_index": 10,
|
||||
@ -132,10 +132,10 @@
|
||||
"widget_name": "系统指令",
|
||||
"list_item": [
|
||||
{
|
||||
"item_name": "等待指令"
|
||||
"item_name": "其他"
|
||||
},
|
||||
{
|
||||
"item_name": "重启电脑"
|
||||
"item_name": "重启"
|
||||
},
|
||||
{
|
||||
"item_name": "关机"
|
||||
@ -157,7 +157,7 @@
|
||||
"widget_name": "bin",
|
||||
"list_item": [
|
||||
{
|
||||
"item_name": "等待指令"
|
||||
"item_name": "其他"
|
||||
},
|
||||
{
|
||||
"item_name": "光谱1"
|
||||
|
Reference in New Issue
Block a user