Skip to content

Commit

Permalink
BWF_DETECTION_ALWAYS should be true in release/RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Datorsmurf committed Jun 6, 2018
1 parent c664ce8 commit 3b0c410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Liam/Definition.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const int SETUP_DEBUG = 5;
#pragma region BWF

// BWF Detection method (true = always, false = only at wire)
#define BWF_DETECTION_ALWAYS false
#define BWF_DETECTION_ALWAYS true
#define TIMEOUT 6000 //Time without signal before error
#define BWF_COLLECT_SIGNAL_TIME 200 // max time to spend looking for signal
#define BWF_NUMBER_OF_PULSES 3
Expand Down

0 comments on commit 3b0c410

Please sign in to comment.