Files
firmware/src/DisplayFormatters.h
2026-01-03 14:19:24 -06:00

9 lines
281 B
C++

#pragma once
#include "NodeDB.h"
class DisplayFormatters {
public:
static const char *getModemPresetDisplayName(meshtastic_Config_LoRaConfig_ModemPreset preset, bool useShortName, bool usePreset);
static const char *getDeviceRole(meshtastic_Config_DeviceConfig_Role role);
};