Merge branch 'develop' into 7943-mute-target

This commit is contained in:
Ford Jones 2025-09-16 23:14:52 +12:00 committed by GitHub
commit c9cb2cfd94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -429,7 +429,7 @@ bool Channels::setDefaultPresetCryptoForHash(ChannelHash channelHash)
for (int preset = _meshtastic_Config_LoRaConfig_ModemPreset_MIN; preset <= _meshtastic_Config_LoRaConfig_ModemPreset_MAX;
++preset) {
const char *name =
DisplayFormatters::getModemPresetDisplayName((meshtastic_Config_LoRaConfig_ModemPreset)preset, false, true);
DisplayFormatters::getModemPresetDisplayName((meshtastic_Config_LoRaConfig_ModemPreset)preset, false, false);
if (!name)
continue;
if (strcmp(name, "Invalid") == 0)