mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
11 lines
166 B
C
11 lines
166 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
#include "CommonTypes.h"
|
|
|
|
const String getConfigFile(uint8_t preset, ConfigType_t type);
|
|
|
|
const String getItemName(Item_t item);
|
|
|