Skip to content

Commit

Permalink
buzzer allow higher freq, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjjjjjjj committed Dec 23, 2024
1 parent 3495419 commit 0a597df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions radio/src/gui/128x64/view_telemetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@
#include "opentx.h"

#define STATUS_BAR_Y (7*FH+1)
#define TELEM_2ND_COLUMN (10*FW)
#if defined(TELEMETRY_FRSKY)
uint8_t selectedTelemView = 0;
#endif


#define BAR_LEFT 25
#define BAR_WIDTH 100

Expand Down
2 changes: 1 addition & 1 deletion radio/src/targets/flysky/buzzer_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define BUZZER_BUFFER_DURATION (10) // ms

#define BEEP_MIN_FREQ (250)
#define BEEP_MAX_FREQ (14000)
#define BEEP_MAX_FREQ (15000)
#define BEEP_DEFAULT_FREQ (2250)
#define BEEP_KEY_UP_FREQ (BEEP_DEFAULT_FREQ+150)
#define BEEP_KEY_DOWN_FREQ (BEEP_DEFAULT_FREQ-150)
Expand Down

0 comments on commit 0a597df

Please sign in to comment.