Make it clear it's my fork (should pull that from some config file so it doesn't pollute the master repo if ever merged...)

This commit is contained in:
Vincent Barrilliot 2023-11-01 00:04:39 +01:00
parent 693bb7d84f
commit ed0354ee8e

View file

@ -879,7 +879,7 @@ void cli_setup_screen(short channel, const char * path, short is_active) {
print_banner(channel, cli_sys_info.model);
sprintf(message, "\nFoenix/MCP v%02u.%02u.%04u\n\n", (unsigned int)cli_sys_info.mcp_version, (unsigned int)cli_sys_info.mcp_rev, (unsigned int)cli_sys_info.mcp_build);
sprintf(message, "\nFoenix/MCP (Vincent's fork) v%02u.%02u.%04u\n\n", (unsigned int)cli_sys_info.mcp_version, (unsigned int)cli_sys_info.mcp_rev, (unsigned int)cli_sys_info.mcp_build);
print(channel, message);
print(channel, "Type HELP or ? for help.\n");
}