basic info.json handling

This commit is contained in:
zvecr 2022-03-28 21:06:11 +01:00
parent 1fbbd72c14
commit ff1bb76537
7 changed files with 210 additions and 82 deletions

View file

@ -218,6 +218,24 @@
return_type: string
return_constant: QSTR(PRODUCT)
}
0x05: {
type: command
name: info.json length
define: INFO_LEN_QUERY
description: Retrieves the length of info.json
return_type: u32
return_constant: info_json_gz_len
}
0x06: {
type: command
name: info.json
define: INFO_QUERY
description: Retrieves a chunk of info.json
request_type: u16
request_purpose: offset
return_type: u8[32]
return_execute: info_json_gz
}
}
},