diff --git a/src/Instrumentation/commradio.cxx b/src/Instrumentation/commradio.cxx index 102cca5f1..854ee87e6 100644 --- a/src/Instrumentation/commradio.cxx +++ b/src/Instrumentation/commradio.cxx @@ -653,7 +653,7 @@ void CommRadioImpl::update(double dt) } #endif - if (false == (_power_btn)) { + if (false == (_power_btn) || false == (_serviceable)) { _metarBridge->clearMetar(); _atis = ""; _stationTTL = 0.0;