diff --git a/src/mesh/Channels.cpp b/src/mesh/Channels.cpp index f7fc35929..d869de752 100644 --- a/src/mesh/Channels.cpp +++ b/src/mesh/Channels.cpp @@ -218,7 +218,7 @@ const char *Channels::getName(size_t chIndex) // Per mesh.proto spec, if bandwidth is specified we must ignore modemPreset enum, we assume that in that case // the app fucked up and forgot to set channelSettings.name - if (config.lora.bandwidth != 0) + if (config.lora.use_preset) channelName = "Custom"; else switch (config.lora.modem_preset) {