mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-27 05:03:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			228 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			228 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| esp32:
 | |
|   variant: esp32s3
 | |
|   framework:
 | |
|     type: esp-idf
 | |
|     advanced:
 | |
|       execute_from_psram: true
 | |
|       disable_libc_locks_in_iram: true  # Test default RAM optimization enabled
 | |
| 
 | |
| psram:
 | |
|   mode: octal
 | |
|   speed: 80MHz
 | |
| 
 | |
| logger:
 |