[FL-3350] Device Info update (#2840)

* Update F18 version info
* Certification info for F18

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
Astra
2023-07-10 09:48:00 +03:00
committed by GitHub
parent b148e396d7
commit 0195f8bf00
8 changed files with 25 additions and 7 deletions

View File

@@ -19,3 +19,7 @@ const char* furi_hal_version_get_fcc_id() {
const char* furi_hal_version_get_ic_id() {
return "27624-FZ";
}
const char* furi_hal_version_get_mic_id() {
return "210-175991";
}