mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			
		
			
				
	
	
		
			25 lines
		
	
	
		
			651 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			651 B
		
	
	
	
		
			Plaintext
		
	
	
{
 | 
						|
    "config": {
 | 
						|
        "echo-server": {
 | 
						|
            "help": "Build test to be echo server",
 | 
						|
            "value": 0
 | 
						|
        },
 | 
						|
        "echo-server-trace": {
 | 
						|
            "help": "Trace incoming messages on echo server",
 | 
						|
            "value": 0
 | 
						|
        },
 | 
						|
        "wifi-scan": {
 | 
						|
            "help": "Scan and list access points",
 | 
						|
            "value": 0
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "target_overrides": {
 | 
						|
        "*": {
 | 
						|
            "nsapi.default-wifi-ssid": "\"WIFI_SSID\"",
 | 
						|
            "nsapi.default-wifi-password": "\"WIFI_PASSWORD\"",
 | 
						|
            "nsapi.default-wifi-security": "WIFI_SECURITY",
 | 
						|
            "nsapi.default-stack": "TEST"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |