mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 21:51:46 +00:00
9 lines
191 B
C
9 lines
191 B
C
![]() |
#pragma once
|
||
|
#include "NodeDB.h"
|
||
|
|
||
|
class DisplayFormatters
|
||
|
{
|
||
|
public:
|
||
|
static const char *getModemPresetDisplayName(meshtastic_Config_LoRaConfig_ModemPreset preset, bool useShortName);
|
||
|
};
|