From e591ac716e9d90b27b9c1b8955e13d5e5581dd15 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 7 Oct 2023 08:00:59 -0500 Subject: [PATCH] Effed --- src/mesh/Channels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/Channels.cpp b/src/mesh/Channels.cpp index 28a6c1882e..12f12531e9 100644 --- a/src/mesh/Channels.cpp +++ b/src/mesh/Channels.cpp @@ -240,7 +240,7 @@ const char *Channels::getName(size_t chIndex) const char *channelName = channelSettings.name; if (!*channelName) { // emptystring // 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 + // the app effed up and forgot to set channelSettings.name if (config.lora.use_preset) { channelName = getModemPresetDisplayName(config.lora.modem_preset); } else {