Remove MeshRadio wrapper class - we don't need it anymore.

This commit is contained in:
geeksville
2020-05-09 16:32:26 -07:00
parent b73dd5b23b
commit e6875d559c
7 changed files with 105 additions and 167 deletions

View File

@@ -58,6 +58,8 @@ RadioLibInterface *RadioLibInterface::instance;
*/
void RadioLibInterface::applyModemConfig()
{
RadioInterface::applyModemConfig();
switch (modemConfig) {
case Bw125Cr45Sf128: ///< Bw = 125 kHz, Cr = 4/5, Sf = 128chips/symbol, CRC on. Default medium range
bw = 125;