mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
32 broken
This commit is contained in:
@@ -2,19 +2,7 @@
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
enum ErrorType_t {
|
||||
ET_NONE,
|
||||
ET_FUNCTION,
|
||||
ET_MODULE,
|
||||
ET_SYSTEM
|
||||
};
|
||||
|
||||
enum ErrorLevel_t {
|
||||
EL_NONE,
|
||||
EL_INFO,
|
||||
EL_WARNING,
|
||||
EL_ERROR
|
||||
};
|
||||
#include "CommonTypes.h"
|
||||
|
||||
String getErrorLevelStr(ErrorLevel_t level);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user