mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 04:08:35 -07:00
About: Fix BLE stack version string
This commit is contained in:
@@ -165,7 +165,7 @@ static DialogMessageButton about_screen_fw_version(DialogsApp* dialogs, DialogMe
|
||||
buffer = furi_string_alloc();
|
||||
const Version* ver = furi_hal_version_get_firmware_version();
|
||||
const BleGlueC2Info* c2_ver = NULL;
|
||||
#ifdef SRV_BT
|
||||
#if defined(SRV_BT) || defined(FAP_VERSION)
|
||||
c2_ver = ble_glue_get_c2_info();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user