[feat] new R-external calibration mode instruction
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
"Select Resistor Full Mode",
|
||||
"Dev Mode",
|
||||
"IOPH",
|
||||
"IOPL"
|
||||
"IOPL",
|
||||
"R-external calibration"
|
||||
]
|
||||
},
|
||||
"BLE_WRITE": {
|
||||
@@ -142,7 +143,8 @@
|
||||
"1": "start_manual_scan_mode",
|
||||
"2": "",
|
||||
"3": "start_auto_scan_mode",
|
||||
"4": "start_auto_scan_mode"
|
||||
"4": "start_auto_scan_mode",
|
||||
"5": "start_R_external_cali_mode"
|
||||
}
|
||||
},
|
||||
"_sync(True)"
|
||||
@@ -160,7 +162,8 @@
|
||||
"1": "stop_manual_scan_mode",
|
||||
"2": "",
|
||||
"3": "stop_auto_scan_mode",
|
||||
"4": "stop_auto_scan_mode"
|
||||
"4": "stop_auto_scan_mode",
|
||||
"5": "stop_R_external_cali_mode"
|
||||
}
|
||||
},
|
||||
"_sync(False)"
|
||||
@@ -264,6 +267,18 @@
|
||||
"X02;X01;"
|
||||
]
|
||||
},
|
||||
"start_R_external_cali_mode": {
|
||||
"type": "RIS",
|
||||
"data": [
|
||||
"X03;X03;X00;X0A;X00;X05"
|
||||
]
|
||||
},
|
||||
"stop_R_external_cali_mode": {
|
||||
"type": "RIS",
|
||||
"data": [
|
||||
"X03;X00;"
|
||||
]
|
||||
},
|
||||
"enable_notify": {
|
||||
"type": "RIS",
|
||||
"data": [
|
||||
|
||||
Reference in New Issue
Block a user