mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Allow using PROGMEM outside of Arduino (fixes #1903)
This commit is contained in:
		| @@ -7,5 +7,7 @@ | ||||
| #include "api/Print.h" | ||||
| #include "api/Stream.h" | ||||
| #include "api/String.h" | ||||
| #include "avr/pgmspace.h" | ||||
|  | ||||
| #define ARDUINO | ||||
| #define ARDUINO_H_INCLUDED 1 | ||||
|   | ||||
| @@ -2,6 +2,8 @@ | ||||
| // Copyright © 2014-2023, Benoit BLANCHON
 | ||||
| // MIT License
 | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #include <stdint.h>  // uint8_t | ||||
| 
 | ||||
| #define PROGMEM | ||||
		Reference in New Issue
	
	Block a user