Set default squelch to S3
This commit is contained in:
parent
a20f907330
commit
75df9b7bb8
|
|
@ -66,7 +66,8 @@ void state_init()
|
||||||
#ifdef HAS_ABSOLUTE_KNOB // If the radio has an absolute position knob
|
#ifdef HAS_ABSOLUTE_KNOB // If the radio has an absolute position knob
|
||||||
state.sqlLevel = platform_getChSelector() - 1;
|
state.sqlLevel = platform_getChSelector() - 1;
|
||||||
#else
|
#else
|
||||||
state.sqlLevel = 3;
|
// Default Squelch: S3 = 4
|
||||||
|
state.sqlLevel = 4;
|
||||||
#endif
|
#endif
|
||||||
state.voxLevel = 0;
|
state.voxLevel = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue