mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	 25c61606a1
			
		
	
	25c61606a1
	
	
	
		
			
			Nimble: Added BLE SPP Service Closes: https://github.com/espressif/esp-idf/issues/7303 See merge request espressif/esp-idf!16123
		
			
				
	
	
		
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			181 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # This is a project Makefile. It is assumed the directory this Makefile resides in is a
 | |
| # project subdirectory.
 | |
| #
 | |
| 
 | |
| PROJECT_NAME := spp_client
 | |
| 
 | |
| include $(IDF_PATH)/make/project.mk
 |