Skip to content

Commit

Permalink
fix: T20 Trims
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Nov 7, 2023
1 parent ac8209e commit 3e823a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions radio/src/targets/taranis/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,4 +481,12 @@ void setTopBatteryValue(uint32_t volts);
#define VOLTAGE_DROP 20
#endif

#if defined(RADIO_T20)
#define NUM_TRIMS 8
#else
#define NUM_TRIMS 4
#endif

#define NUM_TRIMS_KEYS (NUM_TRIMS * 2)

#endif // _BOARD_H_

0 comments on commit 3e823a1

Please sign in to comment.