Set default squelch to S3

This commit is contained in:
Federico Amedeo Izzo 2021-03-22 21:52:17 +01:00 committed by Niccolò Izzo
parent a20f907330
commit 75df9b7bb8
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ void state_init()
#ifdef HAS_ABSOLUTE_KNOB // If the radio has an absolute position knob
state.sqlLevel = platform_getChSelector() - 1;
#else
state.sqlLevel = 3;
// Default Squelch: S3 = 4
state.sqlLevel = 4;
#endif
state.voxLevel = 0;