mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Change the default of ARDUINOJSON_USE_LONG_LONG to 1 on 32-bit platforms
				
					
				
			This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| #include <ArduinoJson.h> | ||||
|  | ||||
| static_assert(ARDUINOJSON_USE_LONG_LONG == 0, "ARDUINOJSON_USE_LONG_LONG"); | ||||
| static_assert(ARDUINOJSON_USE_LONG_LONG == 1, "ARDUINOJSON_USE_LONG_LONG"); | ||||
|  | ||||
| static_assert(ARDUINOJSON_SLOT_OFFSET_SIZE == 2, | ||||
|               "ARDUINOJSON_SLOT_OFFSET_SIZE"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user