Clone of official tools
test_configs/ESP8266Interface.json@47:21ae3e5a7128, 2021-02-04 (annotated)
- Committer:
- Anders Blomdell
- Date:
- Thu Feb 04 17:17:13 2021 +0100
- Revision:
- 47:21ae3e5a7128
- Parent:
- 43:2a7da56ebd24
Add a few normpath calls
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
theotherjimmy |
43:2a7da56ebd24 | 1 | { |
theotherjimmy |
43:2a7da56ebd24 | 2 | "config": { |
theotherjimmy |
43:2a7da56ebd24 | 3 | "echo-server-addr" : { |
theotherjimmy |
43:2a7da56ebd24 | 4 | "help" : "IP address of echo server", |
theotherjimmy |
43:2a7da56ebd24 | 5 | "value" : "\"echo.mbedcloudtesting.com\"" |
theotherjimmy |
43:2a7da56ebd24 | 6 | }, |
theotherjimmy |
43:2a7da56ebd24 | 7 | "echo-server-port" : { |
theotherjimmy |
43:2a7da56ebd24 | 8 | "help" : "Port of echo server", |
theotherjimmy |
43:2a7da56ebd24 | 9 | "value" : "7" |
theotherjimmy |
43:2a7da56ebd24 | 10 | } |
theotherjimmy |
43:2a7da56ebd24 | 11 | }, |
theotherjimmy |
43:2a7da56ebd24 | 12 | "target_overrides": { |
theotherjimmy |
43:2a7da56ebd24 | 13 | "*": { |
theotherjimmy |
43:2a7da56ebd24 | 14 | "target.network-default-interface-type": "WIFI", |
theotherjimmy |
43:2a7da56ebd24 | 15 | "nsapi.default-wifi-ssid": "\"WIFI_SSID\"", |
theotherjimmy |
43:2a7da56ebd24 | 16 | "nsapi.default-wifi-password": "\"WIFI_PASSWORD\"", |
theotherjimmy |
43:2a7da56ebd24 | 17 | "nsapi.default-wifi-security": "WIFI_SECURITY", |
theotherjimmy |
43:2a7da56ebd24 | 18 | "esp8266.provide-default": true |
theotherjimmy |
43:2a7da56ebd24 | 19 | } |
theotherjimmy |
43:2a7da56ebd24 | 20 | } |
theotherjimmy |
43:2a7da56ebd24 | 21 | } |