mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
Cli: add timestamp to device_info command (#562)
This commit is contained in:
parent
721f83dd83
commit
f82a4a2260
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ void cli_command_device_info(Cli* cli, string_t args, void* context) {
|
|||
printf("hardware_target : %d\r\n", api_hal_version_get_hw_target());
|
||||
printf("hardware_body : %d\r\n", api_hal_version_get_hw_body());
|
||||
printf("hardware_connect : %d\r\n", api_hal_version_get_hw_connect());
|
||||
printf("hardware_timestamp : %lu\r\n", api_hal_version_get_hw_timestamp());
|
||||
|
||||
// Color and Region
|
||||
printf("hardware_color : %d\r\n", api_hal_version_get_hw_color());
|
||||
|
|
Loading…
Reference in a new issue