|  | @@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 3.5)
 | 
	
		
			
				|  |  |  set(EXTRA_COMPONENT_DIRS components/platform_console/app_recovery components/platform_console/app_squeezelite  )
 | 
	
		
			
				|  |  |  include($ENV{IDF_PATH}/tools/cmake/project.cmake)
 | 
	
		
			
				|  |  |  add_definitions(-DMODEL_NAME=SqueezeESP32)
 | 
	
		
			
				|  |  | +if(NOT DEFINED DEPTH)
 | 
	
		
			
				|  |  | +	set(DEPTH "16")
 | 
	
		
			
				|  |  | +endif()	
 | 
	
		
			
				|  |  |  message(STATUS  "Building RECOVERY")
 | 
	
		
			
				|  |  |  project(recovery)
 | 
	
		
			
				|  |  |  set_property(TARGET recovery.elf PROPERTY RECOVERY_PREFIX app_recovery )
 |