mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-10-31 15:50:55 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			247 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			247 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Updating SDK libraries
 | |
| 
 | |
| After updating SDK libraries to a new version, do the following changes.
 | |
| 
 | |
| 
 | |
| 1. Remove mem_manager.o from libmain.a to use custom heap implementation
 | |
| 
 | |
|     ```bash
 | |
|     xtensa-lx106-elf-ar -d libmain.a mem_manager.o
 | |
|     ```
 |