启动时调压改为查找任务id0,自检信息中的方案id由方案初始化时确定
接收到升级方案命令时把本机方案状态设置为无效 检测电阻命令index为5时读取本机校准值
This commit is contained in:
@@ -10,6 +10,8 @@ int elec_init(void);
|
||||
|
||||
int elec_scheme_init(void);
|
||||
|
||||
int elec_scheme_deinit(void);
|
||||
|
||||
uint8_t elec_local_addr(void);
|
||||
|
||||
void elec_led1_power(int power);
|
||||
@@ -28,7 +30,7 @@ array_def *elec_write_resistor_cbv(int cbv);
|
||||
|
||||
array_def *elec_write_fat_buff(array_def *d);
|
||||
|
||||
array_def *elec_check_resistor(void);
|
||||
array_def *elec_check_resistor(uint8_t index);
|
||||
|
||||
array_def *elec_check_with_scheme(array_def *uid_psw);
|
||||
|
||||
|
Reference in New Issue
Block a user