Some F3 targets were modified to drop some features during compiler
speed optimization deployment.

There were 6 targets which received the modification:

FURYF3
RCEXPLORERF3
OMNIBUS
SPRACINGF3
SPRACINGF3EVO
SPRACINGF3MINI

SPRACINGF3* seem to have reverted already.

This PR reverts the changes for the rest of the targets.
This commit is contained in:
jflyper 2017-01-05 19:10:38 +09:00
parent eb87c1c41d
commit f9be67f6ee
3 changed files with 16 additions and 16 deletions

View File

@ -148,9 +148,9 @@
#define LED_STRIP
//#define SONAR
//#define SONAR_ECHO_PIN PB1
//#define SONAR_TRIGGER_PIN PB0
#define SONAR
#define SONAR_ECHO_PIN PB1
#define SONAR_TRIGGER_PIN PB0
#define DEFAULT_FEATURES FEATURE_BLACKBOX
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM

View File

@ -45,14 +45,14 @@
#define BMP280_SPI_INSTANCE SPI1
#define BMP280_CS_PIN PA13
//#define BARO
//#define USE_BARO_BMP280
//#define USE_BARO_SPI_BMP280
#define BARO
#define USE_BARO_BMP280
#define USE_BARO_SPI_BMP280
//#define MAG // External
//#define USE_MAG_AK8963
//#define USE_MAG_AK8975
//#define USE_MAG_HMC5883
#define MAG // External
#define USE_MAG_AK8963
#define USE_MAG_AK8975
#define USE_MAG_HMC5883
//#define SONAR
//#define SONAR_ECHO_PIN PB1

View File

@ -109,15 +109,15 @@
#define SERIALRX_PROVIDER SERIALRX_SBUS
#define SERIALRX_UART SERIAL_PORT_USART1
//#define NAV
//#define NAV_AUTO_MAG_DECLINATION
//#define NAV_GPS_GLITCH_DETECTION
//#define NAV_MAX_WAYPOINTS 60
//#define GPS
#define NAV
#define NAV_AUTO_MAG_DECLINATION
#define NAV_GPS_GLITCH_DETECTION
#define NAV_MAX_WAYPOINTS 60
#define GPS
#define BLACKBOX
#define TELEMETRY
#define SERIAL_RX
//#define AUTOTUNE
#define AUTOTUNE
#define USE_SERVOS
#define USE_CLI