mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-11-03 14:33:37 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef ESP_SDK_VERSION_H
 | 
						|
#define ESP_SDK_VERSION_H
 | 
						|
 | 
						|
#define ESP_SDK_VERSION_MAJOR   2
 | 
						|
#define ESP_SDK_VERSION_MINOR   2
 | 
						|
#define ESP_SDK_VERSION_PATCH   0
 | 
						|
 | 
						|
#define ESP_SDK_VERSION_NUMBER 0x020200
 | 
						|
#define ESP_SDK_VERSION_STRING  "2.2.0"
 | 
						|
 | 
						|
#endif
 |