mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-10-31 15:50:55 +03:00 
			
		
		
		
	Store git version of the core in the compiled binary (#2099)
* Store git version of the core in the compiled binary * Don't update version number when using boards manager package
This commit is contained in:
		| @@ -152,6 +152,7 @@ SECTIONS | ||||
|   .irom0.text : ALIGN(4) | ||||
|   { | ||||
|     _irom0_text_start = ABSOLUTE(.); | ||||
|     *(.ver_number) | ||||
|     *.c.o( EXCLUDE_FILE (umm_malloc.c.o) .literal*, \ | ||||
|            EXCLUDE_FILE (umm_malloc.c.o) .text*) | ||||
|     *.cpp.o(.literal*, .text*) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user