Skip to content

Commit 8800f60

Browse files
authored
Merge pull request #64 from openppg/no-tone
2 parents 0009cee + d27dfef commit 8800f60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inc/sp140/shared-config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define ESC_MIN_PWM 1030 // ESC min is 1050
2525
#define ESC_MAX_PWM 1990 // ESC max 1950
2626

27-
#define ENABLE_BUZ true // enable buzzer
27+
#define ENABLE_BUZ false // enable buzzer
2828
#define ENABLE_VIB_LOW_BAT false // vibrate if armed and battery voltage sags below min volts. Gets pilot's attention.
2929
#define POT_MAX_VALUE 4095 // 12 bit ADC //TODO use calibration and store in EEPROM
3030

inc/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#pragma once
33

44
#define VERSION_MAJOR 6
5-
#define VERSION_MINOR 5
5+
#define VERSION_MINOR 6

0 commit comments

Comments
 (0)