diff --git a/src/mesh/RadioInterface.cpp b/src/mesh/RadioInterface.cpp index cf86ae01..5cf88b58 100644 --- a/src/mesh/RadioInterface.cpp +++ b/src/mesh/RadioInterface.cpp @@ -307,6 +307,8 @@ void RadioInterface::applyModemConfig() if (bw == 31) // This parameter is not an integer bw = 31.25; + if (bw == 62) // Fix for 62.5Khz bandwidth + bw = 62.5; } power = channelSettings.tx_power;