diff --git a/Makefile b/Makefile index d82b6b9ede..ed3c98bb5b 100755 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ FLASH_SIZE ?= # Things that need to be maintained as the source changes # -FORKNAME = betaflight +FORKNAME = alphaflight VALID_TARGETS = NAZE NAZE32PRO OLIMEXINO STM32F3DISCOVERY CHEBUZZF3 CC3D CJMCU EUSTM32F103RC SPRACINGF3 PORT103R SPARKY ALIENWIIF1 ALIENWIIF3 COLIBRI_RACE MOTOLAB diff --git a/src/main/io/serial_cli.c b/src/main/io/serial_cli.c index cf30dbe1f7..68022e46a0 100644 --- a/src/main/io/serial_cli.c +++ b/src/main/io/serial_cli.c @@ -2155,7 +2155,7 @@ static void cliVersion(char *cmdline) { UNUSED(cmdline); - printf("# BetaFlight/%s %s %s / %s (%s)", + printf("# AlphaFlight/%s %s %s / %s (%s)", targetName, FC_VERSION_STRING, buildDate,