[FL-1464] Cli: merge version and hwinfo into device_info (#553)
* Cli: merge version and hwinfo and form machine/human readable key value set. * Backport F6 changes to F5. Add readme to cli_command_device_info rountine * Cli: return proper order to radio stack version in device_info command Co-authored-by: SG <who.just.the.doctor@gmail.com>
This commit is contained in:
@@ -101,7 +101,7 @@ void cli_motd() {
|
||||
cli_print_version(api_hal_version_get_boot_version());
|
||||
|
||||
printf("Firmware\r\n");
|
||||
cli_print_version(api_hal_version_get_fw_version());
|
||||
cli_print_version(api_hal_version_get_firmware_version());
|
||||
}
|
||||
|
||||
void cli_nl() {
|
||||
|
Reference in New Issue
Block a user