diff --git a/lib/uv390_codeplug.cc b/lib/uv390_codeplug.cc index 2f645bae..a3388b92 100644 --- a/lib/uv390_codeplug.cc +++ b/lib/uv390_codeplug.cc @@ -770,6 +770,7 @@ UV390Codeplug::general_settings_t::updateConfigObj(Config *conf) const { conf->setIntroLine1(getIntroLine1()); conf->setIntroLine2(getIntroLine2()); conf->setMicLevel(1+mic_level*2); + conf->setSpeech(1 == channel_voice_announce); return true; }