mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-29 20:34:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			330 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			330 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| choice ESPTOOLPY_FLASHFREQ
 | |
|     prompt "Flash SPI speed"
 | |
|     default ESPTOOLPY_FLASHFREQ_60M
 | |
|     config ESPTOOLPY_FLASHFREQ_60M
 | |
|         bool "60 MHz"
 | |
|     config ESPTOOLPY_FLASHFREQ_30M
 | |
|         bool "30 MHz"
 | |
|     config ESPTOOLPY_FLASHFREQ_20M
 | |
|         bool "20 MHz"
 | |
|     config ESPTOOLPY_FLASHFREQ_15M
 | |
|         bool "15 MHz"
 | |
| endchoice
 | 
