mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Remove SONAR for NAZE to save FLASH
This commit is contained in:
parent
c5c3598450
commit
3fcf206bf5
1 changed files with 5 additions and 5 deletions
|
@ -104,11 +104,11 @@
|
|||
#define USE_MAG_HMC5883
|
||||
#define MAG_HMC5883_ALIGN CW180_DEG
|
||||
|
||||
#define SONAR
|
||||
#define SONAR_TRIGGER_PIN PB0
|
||||
#define SONAR_ECHO_PIN PB1
|
||||
#define SONAR_TRIGGER_PIN_PWM PB8
|
||||
#define SONAR_ECHO_PIN_PWM PB9
|
||||
//#define SONAR
|
||||
//#define SONAR_TRIGGER_PIN PB0
|
||||
//#define SONAR_ECHO_PIN PB1
|
||||
//#define SONAR_TRIGGER_PIN_PWM PB8
|
||||
//#define SONAR_ECHO_PIN_PWM PB9
|
||||
|
||||
//#define DISPLAY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue