Multiline-comments

This commit is contained in:
CommanderRedYT
2022-01-17 11:51:40 +01:00
parent 144ff531a4
commit 1fe69c9161

View File

@@ -28,12 +28,6 @@
#include "handbremse.h" #include "handbremse.h"
#include "bobbyquickactions.h" #include "bobbyquickactions.h"
//#define STRINGIZE(x) (#x)
//#define IS_MACRO_DEFINED_OR_ONE(y) (!*STRINGIZE(y) || '1'==*STRINGIZE(y))
//#define FLAG(name, _default) \
// IS_MACRO_DEFINED_OR_ONE(name) ? name : _default
using namespace espconfig; using namespace espconfig;
std::string defaultHostname(); std::string defaultHostname();