If usePreset is False, show value as Custom (#7812)

This commit is contained in:
Jason P
2025-09-02 05:55:57 -05:00
committed by Ben Meadors
parent 7d1300ab66
commit cfc1bf10c9
5 changed files with 16 additions and 12 deletions

View File

@@ -4,5 +4,6 @@
class DisplayFormatters
{
public:
static const char *getModemPresetDisplayName(meshtastic_Config_LoRaConfig_ModemPreset preset, bool useShortName);
static const char *getModemPresetDisplayName(meshtastic_Config_LoRaConfig_ModemPreset preset, bool useShortName,
bool usePreset);
};