diff --git a/src/main/build/version.h b/src/main/build/version.h index 59a418b265..3df77b8cf7 100644 --- a/src/main/build/version.h +++ b/src/main/build/version.h @@ -18,7 +18,7 @@ #define FC_FIRMWARE_NAME "Betaflight" #define FC_VERSION_MAJOR 3 // increment when a major release is made (big new feature, etc) #define FC_VERSION_MINOR 1 // increment when a minor release is made (small new feature, change etc) -#define FC_VERSION_PATCH_LEVEL 0 // increment when a bug is fixed +#define FC_VERSION_PATCH_LEVEL 1 // increment when a bug is fixed #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x) diff --git a/src/main/config/config_eeprom.h b/src/main/config/config_eeprom.h index 8d73a31967..645689ffd0 100644 --- a/src/main/config/config_eeprom.h +++ b/src/main/config/config_eeprom.h @@ -17,7 +17,7 @@ #pragma once -#define EEPROM_CONF_VERSION 153 +#define EEPROM_CONF_VERSION 154 void initEEPROM(void); void writeEEPROM(); diff --git a/src/main/target/BETAFLIGHTF3/target.h b/src/main/target/BETAFLIGHTF3/target.h index a81ea68ea0..381edc8eb6 100755 --- a/src/main/target/BETAFLIGHTF3/target.h +++ b/src/main/target/BETAFLIGHTF3/target.h @@ -130,6 +130,8 @@ #define USE_SERIAL_4WAY_BLHELI_INTERFACE +#undef GPS + // IO - stm32f303cc in 48pin package #define TARGET_IO_PORTA 0xffff #define TARGET_IO_PORTB 0xffff diff --git a/src/main/target/common.h b/src/main/target/common.h index 1a1a9ac57c..a51e21ae6b 100644 --- a/src/main/target/common.h +++ b/src/main/target/common.h @@ -49,6 +49,7 @@ #ifdef STM32F3 #define USE_DSHOT +#undef GPS #endif #ifdef STM32F1