Add PlatformIO compatibility
This commit is contained in:
parent
c286875640
commit
0da7b7af89
|
|
@ -27,7 +27,11 @@
|
|||
|
||||
// USER-DEFINED SETTINGS AND REFERENCE ENUMERATION CLASSES
|
||||
|
||||
#ifdef PLATFORMIO // if built with PlatformIO
|
||||
#include <Arduino.h>
|
||||
#else
|
||||
#include <core_version.h>
|
||||
#endif
|
||||
|
||||
#pragma once
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue