mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-05 19:19:18 +00:00
10 lines
256 B
C++
10 lines
256 B
C++
#pragma once
|
|
#include "NodeDB.h"
|
|
|
|
class DisplayFormatters
|
|
{
|
|
public:
|
|
static const char *getModemPresetDisplayName(meshtastic_Config_LoRaConfig_ModemPreset preset, bool useShortName,
|
|
bool usePreset);
|
|
};
|