Kinda implemented build server selection (does not work)

This commit is contained in:
CommanderRedYT
2021-10-18 13:37:56 +02:00
committed by 0xFEEDC0DE64
parent b2b9f97dce
commit 7433b3fd7c

View File

@ -45,7 +45,7 @@ char deviceName[32] = STRING(DEVICE_PREFIX) "_ERR";
#include GLOBALS_PLUGIN
#endif
#if !defined(HAS_SIMPLIFIED)
#if defined(HAS_SIMPLIFIED)
bool simplified = true;
#else
bool simplified = false;