8 lines
		
	
	
		
			172 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			172 B
		
	
	
	
		
			Batchfile
		
	
	
	
	
	
| @if [%1]==[] (set NO_STOP="3") else (set NO_STOP=%1)
 | |
| @set error_level="0"
 | |
| @cd src
 | |
| @call make_firmware.cmd %NO_STOP%
 | |
| @cd ..
 | |
| @call build_firmware.cmd %NO_STOP%
 | |
| @cd ..
 | 
