Added frequency information to debug output (#447) and cleanup of screen.cpp and meshwifi.cpp

This commit is contained in:
Jm Casler
2020-09-29 00:59:26 -07:00
parent 848760e5bf
commit 423cbc2c6d
3 changed files with 17 additions and 14 deletions

View File

@@ -162,6 +162,11 @@ void RadioInterface::applyModemConfig()
DEBUG_MSG("Set radio: name=%s, config=%u, ch=%d, power=%d\n", channelSettings.name, channelSettings.modem_config, channel_num,
power);
DEBUG_MSG("Radio myRegion->freq: %f\n", myRegion->freq);
DEBUG_MSG("Radio myRegion->spacing: %f\n", myRegion->spacing);
DEBUG_MSG("Radio myRegion->numChannels: %d\n", myRegion->numChannels);
DEBUG_MSG("Radio channel_num: %d\n", channel_num);
DEBUG_MSG("Radio frequency: %f\n", freq);
}
/**