mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-04 12:56:25 +00:00
fix(core/prodtest): show homescreen after fuel gauge monitor ends
[no changelog]
This commit is contained in:
parent
d91923b999
commit
d5a9b7ee58
@ -152,6 +152,8 @@ void prodtest_pm_fuel_gauge_monitor(cli_t* cli) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
cli_ok(cli, "");
|
cli_ok(cli, "");
|
||||||
|
|
||||||
|
prodtest_show_homescreen();
|
||||||
}
|
}
|
||||||
|
|
||||||
void prodtest_pm_report(cli_t* cli) {
|
void prodtest_pm_report(cli_t* cli) {
|
||||||
@ -444,4 +446,4 @@ PRODTEST_CLI_CMD(
|
|||||||
.args = "<limit>"
|
.args = "<limit>"
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif /* USE POWER_MANAGER */
|
#endif /* USE_POWER_MANAGER */
|
||||||
|
Loading…
Reference in New Issue
Block a user