Add route for hardware_id

This commit is contained in:
zvecr 2022-04-19 00:04:22 +01:00
parent 81cce42118
commit 1d96fc866d
4 changed files with 26 additions and 2 deletions

View file

@ -317,6 +317,14 @@
return_type: u8
return_execute: request_bootloader_jump
}
0x08: {
type: command
name: info.json
define: HARDWARE_ID
description: Retrieves a unique identifier for the board.
return_type: u32[4]
return_execute: get_hardware_id
}
}
},