[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

@@ -5,17 +5,21 @@ bool furi_hal_version_do_i_belong_here() {
}
const char* furi_hal_version_get_model_name() {
return "Komi";
return "Flipper Nano";
}
const char* furi_hal_version_get_model_code() {
return "N/A";
return "FN.1";
}
const char* furi_hal_version_get_fcc_id() {
return "N/A";
return "Pending";
}
const char* furi_hal_version_get_ic_id() {
return "N/A";
return "Pending";
}
const char* furi_hal_version_get_mic_id() {
return "Pending";
}