forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 594
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels