mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			
		
			
				
	
	
		
			30 lines
		
	
	
		
			818 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			818 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
    "config": {
 | 
						|
        "echo-server-addr" : {
 | 
						|
            "help" : "IP address of echo server",
 | 
						|
            "value" : "\"echo.mbedcloudtesting.com\""
 | 
						|
        },
 | 
						|
        "echo-server-port" : {
 | 
						|
            "help" : "Port of echo server",
 | 
						|
            "value" : "7"
 | 
						|
        },
 | 
						|
        "WIFI-TX" : {
 | 
						|
            "help" : "Wifi TX pin",
 | 
						|
            "value" : "D8"
 | 
						|
        },
 | 
						|
        "WIFI-RX" : {
 | 
						|
            "help" : "Wifi RX pin",
 | 
						|
            "value" : "D2"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "target_overrides": {
 | 
						|
        "*": {
 | 
						|
            "target.network-default-interface-type": "WIFI",
 | 
						|
            "nsapi.default-wifi-ssid": "\"WIFI_SSID\"",
 | 
						|
            "nsapi.default-wifi-password": "\"WIFI_PASSWORD\"",
 | 
						|
            "nsapi.default-wifi-security": "WIFI_SECURITY",
 | 
						|
            "idw0xx1.provide-default": true
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |