Changed github URL to XFW

src command should be pointing to XFW URL IMO
This commit is contained in:
WatskeBart
2023-01-05 19:58:12 +01:00
committed by GitHub
parent 31fe968b9a
commit 94ee1e5d98

View File

@@ -143,7 +143,7 @@ void cli_command_src(Cli* cli, FuriString* args, void* context) {
UNUSED(args);
UNUSED(context);
printf("https://github.com/RogueMaster/flipperzero-firmware-wPlugins");
printf("https://github.com/ClaraCrazy/Flipper-Xtreme");
}
#define CLI_COMMAND_LOG_RING_SIZE 2048