Show OTP flipper region on debug and about screens

but keep region zero for ble and usb hardware info report
This commit is contained in:
MX
2022-12-29 01:43:24 +03:00
parent a850aa8f2c
commit 4e3506ab2e
5 changed files with 29 additions and 7 deletions

View File

@@ -120,7 +120,7 @@ static DialogMessageButton hw_version_screen(DialogsApp* dialogs, DialogMessage*
furi_hal_version_get_hw_target(),
furi_hal_version_get_hw_body(),
furi_hal_version_get_hw_connect(),
furi_hal_version_get_hw_region_name(),
furi_hal_version_get_hw_region_name_otp(),
furi_hal_region_get_name(),
my_name ? my_name : "Unknown");