diff --git a/.gitignore b/.gitignore index 34dd269dd7..b67608b956 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ .project .settings .cproject -obj/ +obj/main patches/ startup_stm32f10x_md_gcc.s diff --git a/Makefile b/Makefile index 4ffa966cd7..c0e5f781f2 100755 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ FLASH_SIZE ?= # Things that need to be maintained as the source changes # -FORKNAME = cleanflight +FORKNAME = betaflight VALID_TARGETS = NAZE NAZE32PRO OLIMEXINO STM32F3DISCOVERY CHEBUZZF3 CC3D CJMCU EUSTM32F103RC SPRACINGF3 PORT103R SPARKY ALIENWIIF1 ALIENWIIF3 COLIBRI_RACE diff --git a/src/main/io/serial_cli.c b/src/main/io/serial_cli.c index 9c81e206b5..99a96417e9 100644 --- a/src/main/io/serial_cli.c +++ b/src/main/io/serial_cli.c @@ -2146,7 +2146,7 @@ static void cliVersion(char *cmdline) { UNUSED(cmdline); - printf("# Cleanflight/%s %s %s / %s (%s)", + printf("# Betaflight/%s %s %s / %s (%s)", targetName, FC_VERSION_STRING, buildDate,