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 GitHub
co-authored by GitHub
parent 16d7de5989
commit b8d7222423
5 changed files with 16 additions and 12 deletions
+2 -1
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);
};