mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-11-04 08:31:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			430 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			430 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
var DOCUMENTATION_VERSIONS = {
 | 
						|
    VERSIONS: [
 | 
						|
        { name: "latest", has_targets: true, supported_targets: [ "esp32", "esp32s2", "esp32s3", "esp32c2", "esp32c3" ] },
 | 
						|
    ],
 | 
						|
    IDF_TARGETS: [
 | 
						|
       { text: "ESP32", value: "esp32"},
 | 
						|
       { text: "ESP32-S2", value: "esp32s2"},
 | 
						|
       { text: "ESP32-S3", value: "esp32s3"},
 | 
						|
       { text: "ESP32-C2", value: "esp32c2"},
 | 
						|
       { text: "ESP32-C3", value: "esp32c3"}
 | 
						|
    ],
 | 
						|
};
 |