| 
									
										
										
										
											2021-10-18 16:43:47 +02:00
										 |  |  | #include <ArduinoJson.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static_assert(ARDUINOJSON_USE_LONG_LONG == 1, "ARDUINOJSON_USE_LONG_LONG"); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-14 11:57:31 +02:00
										 |  |  | static_assert(ARDUINOJSON_SLOT_ID_SIZE == 4, "ARDUINOJSON_SLOT_ID_SIZE"); | 
					
						
							| 
									
										
										
										
											2021-10-18 16:43:47 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-09-11 21:08:51 +02:00
										 |  |  | static_assert(ARDUINOJSON_POOL_CAPACITY == 256, "ARDUINOJSON_POOL_CAPACITY"); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-18 16:43:47 +02:00
										 |  |  | static_assert(ARDUINOJSON_LITTLE_ENDIAN == 1, "ARDUINOJSON_LITTLE_ENDIAN"); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static_assert(ARDUINOJSON_USE_DOUBLE == 1, "ARDUINOJSON_USE_DOUBLE"); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-06-02 19:39:08 +02:00
										 |  |  | static_assert(sizeof(ArduinoJson::detail::VariantData) == 16, "slot size"); | 
					
						
							| 
									
										
										
										
											2021-10-18 16:43:47 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | int main() {} |