Fix comm radio frequency range
Thanks to Richard Senior
This commit is contained in:
parent
96a2673dd8
commit
85e4a3254f
1 changed files with 2 additions and 2 deletions
|
@ -391,10 +391,10 @@ CommRadioImpl::CommRadioImpl(SGPropertyNode_ptr node)
|
|||
_num(node->getIntValue("number", 0)),
|
||||
_metarBridge(new MetarBridge()),
|
||||
_useFrequencyFormatter(_rootNode->getNode("frequencies/selected-mhz", true),
|
||||
_rootNode->getNode("frequencies/selected-mhz-fmt", true), 0.025, 118.0, 136.0),
|
||||
_rootNode->getNode("frequencies/selected-mhz-fmt", true), 0.025, 118.0, 137.0),
|
||||
|
||||
_stbyFrequencyFormatter(_rootNode->getNode("frequencies/standby-mhz", true),
|
||||
_rootNode->getNode("frequencies/standby-mhz-fmt", true), 0.025, 118.0, 136.0),
|
||||
_rootNode->getNode("frequencies/standby-mhz-fmt", true), 0.025, 118.0, 137.0),
|
||||
|
||||
_signalQualityComputer(new SimpleDistanceSquareSignalQualityComputer()),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue