You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FrequencyDetector.h
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -38,20 +38,6 @@
38
38
#defineFREQUENCY_RANGE_DEFAULT
39
39
//#define FREQUENCY_RANGE_HIGH // use it for frequencies above approximately 3000 Hz
40
40
41
-
// Propagate debug level
42
-
#ifdefTRACE
43
-
#defineDEBUG
44
-
#endif
45
-
#ifdefDEBUG
46
-
#defineINFO
47
-
#endif
48
-
#ifdefINFO
49
-
#defineWARN
50
-
#endif
51
-
#ifdefWARN
52
-
#defineERROR
53
-
#endif
54
-
55
41
/*
56
42
* Global settings which are needed at compile time
57
43
*/
@@ -148,14 +134,6 @@
148
134
// number of needed valid readings (FrequencyRaw > SIGNAL_MAX_ERROR_CODE) before any (lower, match, higher) match - to avoid short flashes at random signal input
0 commit comments