mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 22:52:19 +03:00
12 lines
210 B
C
12 lines
210 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
#include "CommonTypes.h"
|
|
|
|
const String getPresetFile(uint8_t preset, ConfigType_t type);
|
|
|
|
const String getItemName(Item_t item);
|
|
|
|
const Item_t getPresetItem(uint8_t preset);
|