Skip to content

Commit

Permalink
drop RTL buffering
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Sep 27, 2024
1 parent 85b9187 commit c9167a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readsb.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
// ============================= #defines ===============================

#define MODES_DEFAULT_FREQ 1090000000
#define MODES_RTL_BUFFERS 16 // Number of RTL buffers
#define MODES_MAG_BUFFERS 12 // Number of magnitude buffers (should be smaller than RTL_BUFFERS for flowcontrol to work)
#define MODES_RTL_BUFFERS 8 // Number of RTL buffers
#define MODES_MAG_BUFFERS 6 // Number of magnitude buffers (should be smaller than RTL_BUFFERS for flowcontrol to work)
#define MODES_AUTO_GAIN -100 // Use automatic gain
#define MODES_MAX_GAIN 999999 // Use max available gain
#define MODEAC_MSG_BYTES 2
Expand Down

0 comments on commit c9167a3

Please sign in to comment.