[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:
あく
2021-07-02 03:58:31 +03:00
committed by GitHub
parent d088c28659
commit 5d14dce013
11 changed files with 181 additions and 77 deletions

View File

@@ -131,7 +131,7 @@ void dolphin_view_idle_down_draw(Canvas* canvas, void* model) {
canvas_draw_str(canvas, 5, 23, buffer);
ver = m->screen == DolphinViewStatsBoot ? api_hal_version_get_boot_version() :
api_hal_version_get_fw_version();
api_hal_version_get_firmware_version();
if(!ver) {
canvas_draw_str(canvas, 5, 33, "No info");