reenable gps

This commit is contained in:
Steffen Windoffer 2017-01-06 11:20:08 +01:00
parent f0fc42b7f5
commit efb01b3c72
3 changed files with 4 additions and 2 deletions

View File

@ -58,6 +58,8 @@
//#define SONAR_ECHO_PIN PB1
//#define SONAR_TRIGGER_PIN PB0
#undef GPS
#define USB_IO
#define USB_CABLE_DETECTION
#define USB_DETECT_PIN PB5

View File

@ -168,6 +168,7 @@
#define OSD
#undef GPS
#define DEFAULT_RX_FEATURE FEATURE_RX_PPM
#define DEFAULT_FEATURES (FEATURE_TRANSPONDER | FEATURE_BLACKBOX | FEATURE_RSSI_ADC | FEATURE_CURRENT_METER | FEATURE_TELEMETRY | FEATURE_OSD)
@ -193,4 +194,3 @@
#define USABLE_TIMER_CHANNEL_COUNT 12 // 2xPPM, 6xPWM, UART3 RX/TX, LED Strip, IR.
#define USED_TIMERS (TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(8) | TIM_N(15) | TIM_N(16))

View File

@ -43,7 +43,6 @@
#define STM_FAST_TARGET
#define USE_DSHOT
#define I2C3_OVERCLOCK true
#define GPS
#endif
#ifdef STM32F3
@ -82,6 +81,7 @@
#if (FLASH_SIZE > 64)
#define BLACKBOX
#define GPS
#define TELEMETRY
#define TELEMETRY_FRSKY
#define TELEMETRY_HOTT