diff --git a/src/Settings.h b/src/Settings.h index 73225ad..a9deaaf 100644 --- a/src/Settings.h +++ b/src/Settings.h @@ -27,7 +27,11 @@ // USER-DEFINED SETTINGS AND REFERENCE ENUMERATION CLASSES +#ifdef PLATFORMIO // if built with PlatformIO +#include +#else #include +#endif #pragma once