mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-10-31 04:09:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Enable OpenThread
 | |
| CONFIG_OPENTHREAD_ENABLED=y
 | |
| CONFIG_OPENTHREAD_CLI=n
 | |
| 
 | |
| # Enable DNS64 client and Network connection resolve hook
 | |
| CONFIG_OPENTHREAD_DNS64_CLIENT=y
 | |
| CONFIG_LWIP_HOOK_NETCONN_EXT_RESOLVE_DEFAULT=y
 | |
| 
 | |
| # Increase network provisioning scan entries
 | |
| CONFIG_NETWORK_PROV_SCAN_MAX_ENTRIES=64
 | |
| 
 | |
| # Use 4MB optimised partition
 | |
| CONFIG_PARTITION_TABLE_CUSTOM=y
 | |
| CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_4mb_optimised.csv"
 |