Uses the sysparam store to save the wifi configuration. Adds a basic http server for configuration.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile for wificfg example
 | |
| PROGRAM=wificfg
 | |
| EXTRA_COMPONENTS=extras/dhcpserver extras/wificfg
 | |
| 
 | |
| include ../../common.mk
 |