From 0da7b7af890402270c759ecd72eb1e3804cb9a8e Mon Sep 17 00:00:00 2001 From: Oleksii Kutuzov <8535871+oleksiikutuzov@users.noreply.github.com> Date: Sun, 4 Sep 2022 13:51:33 +0200 Subject: [PATCH] Add PlatformIO compatibility --- src/Settings.h | 4 ++++ 1 file changed, 4 insertions(+) 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