mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
finish channel name cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ For app cleanup:
|
|||||||
* DONE write devapi user guide
|
* DONE write devapi user guide
|
||||||
* DONE update android code: https://developer.android.com/topic/libraries/view-binding/migration
|
* DONE update android code: https://developer.android.com/topic/libraries/view-binding/migration
|
||||||
* DONE test GPIO watch
|
* DONE test GPIO watch
|
||||||
* set --set-chan-fast, --set-chan-default
|
* DONE set --set-chan-fast, --set-chan-default
|
||||||
* writeup docs on gpio
|
* writeup docs on gpio
|
||||||
* DONE make python ping command
|
* DONE make python ping command
|
||||||
* DONE make hello world example service
|
* DONE make hello world example service
|
||||||
|
|||||||
2
proto
2
proto
Submodule proto updated: 5f580041be...e0df97118b
@@ -144,9 +144,9 @@ bool NodeDB::resetRadioConfig()
|
|||||||
channelName = "Unset";
|
channelName = "Unset";
|
||||||
if(channelSettings.bandwidth == 0) switch(channelSettings.modem_config) {
|
if(channelSettings.bandwidth == 0) switch(channelSettings.modem_config) {
|
||||||
case ChannelSettings_ModemConfig_Bw125Cr45Sf128:
|
case ChannelSettings_ModemConfig_Bw125Cr45Sf128:
|
||||||
channelName = "MediumRange"; break;
|
channelName = "Medium"; break;
|
||||||
case ChannelSettings_ModemConfig_Bw500Cr45Sf128:
|
case ChannelSettings_ModemConfig_Bw500Cr45Sf128:
|
||||||
channelName = "Fast"; break;
|
channelName = "ShortFast"; break;
|
||||||
case ChannelSettings_ModemConfig_Bw31_25Cr48Sf512:
|
case ChannelSettings_ModemConfig_Bw31_25Cr48Sf512:
|
||||||
channelName = "LongAlt"; break;
|
channelName = "LongAlt"; break;
|
||||||
case ChannelSettings_ModemConfig_Bw125Cr48Sf4096:
|
case ChannelSettings_ModemConfig_Bw125Cr48Sf4096:
|
||||||
|
|||||||
Reference in New Issue
Block a user