FuriHal,About,Desktop: show provisioned region (#1589)

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
あく
2022-08-12 19:19:29 +09:00
committed by GitHub
parent 1db7632041
commit 6ee2c15854
4 changed files with 8 additions and 2 deletions

View File

@@ -262,6 +262,8 @@ const char* furi_hal_version_get_hw_region_name() {
return "R02";
case FuriHalVersionRegionJp:
return "R03";
case FuriHalVersionRegionWorld:
return "R04";
}
return "R??";
}