Skip to content

Name change and FW building  #118

@ctrlcmdshft

Description

@ctrlcmdshft

Describe the enhancement you're suggesting.

I would like to change the name of my flipper and i know the file is firmware/targets/f7/furi_hal/furi_hal_version.c and to search for CH0NG but what do you change in this code? And when building FW via Docker how does one know it compiled correctly?

const char* furi_hal_version_get_name_ptr() {
    return *furi_hal_version.name == 0x00 ? NULL : furi_hal_version.name;
    // return "N4V1RUK4";
    // return "N00BY";
    // return "CH33CH";
    // return "CH0NG";
}

Thanks

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions