forked from bblanchon/ArduinoJson
Enabled debug mode when PlatformIO builds in debug
This commit is contained in:
@ -4,7 +4,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef ARDUINOJSON_DEBUG
|
||||
#include "ArduinoJson/Configuration.hpp"
|
||||
|
||||
#if ARDUINOJSON_DEBUG
|
||||
#ifdef __clang__
|
||||
#pragma clang system_header
|
||||
#elif defined __GNUC__
|
||||
@ -12,8 +14,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "ArduinoJson/Namespace.hpp"
|
||||
|
||||
#include "ArduinoJson/Array/ArrayRef.hpp"
|
||||
#include "ArduinoJson/Object/ObjectRef.hpp"
|
||||
#include "ArduinoJson/Variant/VariantRef.hpp"
|
||||
|
Reference in New Issue
Block a user