#include "Settings.h"
#include <Arduino.h>
Go to the source code of this file.
◆ ERROR
Value: {\
String errorlevel;\
SETTING(errorlevel);\
if (errorlevel != "none") Serial.printf(__VA_ARGS__);\
}
Definition at line 7 of file serial_output.h.
◆ INFO
Value: {\
String errorlevel;\
SETTING(errorlevel);\
if (errorlevel != "none" && errorlevel != "error") Serial.printf(__VA_ARGS__);\
}
Definition at line 13 of file serial_output.h.
◆ DEBUG
Value: {\
String errorlevel;\
SETTING(errorlevel);\
if (errorlevel == "debug") Serial.printf(__VA_ARGS__);\
}
Definition at line 19 of file serial_output.h.
◆ RFLINK
Value:
Serial.printf(__VA_ARGS__);\
}
static bool isSet(const String &name)
Find out if a key with given name exists in memory.
Definition at line 25 of file serial_output.h.
◆ rflink_seq_nr