mirror of
				https://github.com/bblanchon/ArduinoJson.git
				synced 2025-11-03 16:11:36 +01:00 
			
		
		
		
	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