We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0009cee + d27dfef commit 8800f60Copy full SHA for 8800f60
inc/sp140/shared-config.h
@@ -24,7 +24,7 @@
24
#define ESC_MIN_PWM 1030 // ESC min is 1050
25
#define ESC_MAX_PWM 1990 // ESC max 1950
26
27
-#define ENABLE_BUZ true // enable buzzer
+#define ENABLE_BUZ false // enable buzzer
28
#define ENABLE_VIB_LOW_BAT false // vibrate if armed and battery voltage sags below min volts. Gets pilot's attention.
29
#define POT_MAX_VALUE 4095 // 12 bit ADC //TODO use calibration and store in EEPROM
30
inc/version.h
@@ -2,4 +2,4 @@
2
#pragma once
3
4
#define VERSION_MAJOR 6
5
-#define VERSION_MINOR 5
+#define VERSION_MINOR 6
0 commit comments