feat(secure): add saving of reports into the report folder
This commit is contained in:
parent
d69d0a5f6b
commit
d8c184171d
5 changed files with 53 additions and 2 deletions
|
|
@ -1,10 +1,13 @@
|
|||
mod method_register;
|
||||
mod method_send_report;
|
||||
|
||||
use crate::define_protocol;
|
||||
use crate::protocols::secure::method_register::register_raw_params;
|
||||
use crate::protocols::secure::method_send_report::send_report_raw_params;
|
||||
|
||||
define_protocol!{
|
||||
11() => {
|
||||
0x01 => register_raw_params
|
||||
0x01 => register_raw_params,
|
||||
0x08 => send_report_raw_params
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue