Skip to content

Commit

Permalink
Effed
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Oct 7, 2023
1 parent 16674e2 commit e591ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mesh/Channels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e591ac7

Please sign in to comment.