5 lines
		
	
	
		
			320 B
		
	
	
	
		
			CMake
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			320 B
		
	
	
	
		
			CMake
		
	
	
		
			Executable File
		
	
	
	
	
idf_component_register(SRCS "ota.c" "relays.c" "sync_response.c" "jwt.c" "secure_api.c" "http_client.c" "ethernet.c" "unsecure_api.c" "system.c" "crypto.c" "random.c" "storage.c" "main.c"
 | 
						|
                        "dev_name.c"
 | 
						|
                    INCLUDE_DIRS ".")
 | 
						|
 | 
						|
target_compile_options(${COMPONENT_LIB} PRIVATE -Werror) |