1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-30 18:38:27 +00:00

fix(core/prodtest): show homescreen after fuel gauge monitor ends

[no changelog]
This commit is contained in:
tychovrahe 2025-06-02 16:54:24 +02:00 committed by TychoVrahe
parent d91923b999
commit d5a9b7ee58

View File

@ -152,6 +152,8 @@ void prodtest_pm_fuel_gauge_monitor(cli_t* cli) {
}
cli_ok(cli, "");
prodtest_show_homescreen();
}
void prodtest_pm_report(cli_t* cli) {
@ -444,4 +446,4 @@ PRODTEST_CLI_CMD(
.args = "<limit>"
);
#endif /* USE POWER_MANAGER */
#endif /* USE_POWER_MANAGER */