[FL-1961] Cli: device_info format versioning. Detach target from firmware name. #765
This commit is contained in:
		| @@ -15,8 +15,9 @@ void desktop_scene_hw_mismatch_on_enter(void* context) { | ||||
|     snprintf( | ||||
|         buffer, | ||||
|         sizeof(buffer), | ||||
|         "HW target: F%d\nFW target: " TARGET, | ||||
|         furi_hal_version_get_hw_target()); | ||||
|         "HW target: %d\nFW target: %d", | ||||
|         furi_hal_version_get_hw_target(), | ||||
|         version_get_target(NULL)); | ||||
|     popup_set_context(popup, desktop); | ||||
|     popup_set_header(popup, "!!!! HW Mismatch !!!!", 60, 14, AlignCenter, AlignCenter); | ||||
|     popup_set_text(popup, buffer, 60, 37, AlignCenter, AlignCenter); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user