mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 156ae68275
			
		
	
	156ae68275
	
	
	
		
			
			Change the manager example folder name to wifi_prov_mgr to sound more meaningful. Signed-off-by: Piyush Shah <piyush@espressif.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			345 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			345 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Override some defaults so BT stack is enabled and
 | |
| CONFIG_BT_ENABLED=y
 | |
| CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
 | |
| CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
 | |
| CONFIG_BTDM_CTRL_MODE_BTDM=n
 | |
| 
 | |
| # Binary is larger than default size
 | |
| CONFIG_PARTITION_TABLE_CUSTOM=y
 | |
| CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
 | |
| CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
 |