Clone of official tools
test_configs/ESP8266Interface.json
- Committer:
- Anders Blomdell
- Date:
- 2021-02-04
- Revision:
- 47:21ae3e5a7128
- Parent:
- 43:2a7da56ebd24
File content as of revision 47:21ae3e5a7128:
{ "config": { "echo-server-addr" : { "help" : "IP address of echo server", "value" : "\"echo.mbedcloudtesting.com\"" }, "echo-server-port" : { "help" : "Port of echo server", "value" : "7" } }, "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", "esp8266.provide-default": true } } }