|
| 1 | +{ |
| 2 | + "config": { |
| 3 | + "header-file": { |
| 4 | + "help" : "String for including your driver header file", |
| 5 | + "value" : "\"ISM43362Interface.h\"" |
| 6 | + }, |
| 7 | + "object-construction" : { |
| 8 | + "value" : "new ISM43362Interface()" |
| 9 | + }, |
| 10 | + "connect-statement" : { |
| 11 | + "help" : "Must use 'net' variable name", |
| 12 | + "value" : "net->wifiInterface()->connect(MBED_CONF_APP_WIFI_SECURE_SSID, MBED_CONF_APP_WIFI_PASSWORD, NSAPI_SECURITY_WPA_WPA2)" |
| 13 | + }, |
| 14 | + "echo-server-addr" : { |
| 15 | + "help" : "IP address of echo server", |
| 16 | + "value" : "\"echo.mbedcloudtesting.com\"" |
| 17 | + }, |
| 18 | + "echo-server-port" : { |
| 19 | + "help" : "Port of echo server", |
| 20 | + "value" : "7" |
| 21 | + }, |
| 22 | + "tcp-echo-prefix" : { |
| 23 | + "help" : "Some servers send a prefix before echoed message", |
| 24 | + "value" : null |
| 25 | + }, |
| 26 | + "tcp-client-echo-buffer-size" : { |
| 27 | + "help" : "Number of bytes to be send to echo server", |
| 28 | + "value" : "200" |
| 29 | + }, |
| 30 | + "wifi-secure-ssid": { |
| 31 | + "help": "WiFi SSID for WPA2 secured network", |
| 32 | + "value": "\"SSID-SECURE\"" |
| 33 | + }, |
| 34 | + "wifi-unsecure-ssid": { |
| 35 | + "help": "WiFi SSID for unsecure network", |
| 36 | + "value": "\"SSID-UNSECURE\"" |
| 37 | + }, |
| 38 | + "wifi-password": { |
| 39 | + "help": "WiFi Password", |
| 40 | + "value": "\"PASSWORD\"" |
| 41 | + }, |
| 42 | + "wifi-secure-protocol": { |
| 43 | + "help": "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA/WPA2", |
| 44 | + "value": "\"WPA2\"" |
| 45 | + }, |
| 46 | + "wifi-ch-secure": { |
| 47 | + "help": "Channel number of secure SSID", |
| 48 | + "value": 1 |
| 49 | + }, |
| 50 | + "wifi-ch-unsecure": { |
| 51 | + "help": "Channel number of unsecure SSID", |
| 52 | + "value": 2 |
| 53 | + }, |
| 54 | + "ap-mac-secure": { |
| 55 | + "help": "BSSID of secure AP in form of AA:BB:CC:DD:EE:FF", |
| 56 | + "value": "\"AA:AA:AA:AA:AA:AA\"" |
| 57 | + }, |
| 58 | + "ap-mac-unsecure": { |
| 59 | + "help": "BSSID of unsecure AP in form of \"AA:BB:CC:DD:EE:FF\"", |
| 60 | + "value": "\"BB:BB:BB:BB:BB:BB\"" |
| 61 | + }, |
| 62 | + "max-scan-size": { |
| 63 | + "help": "How many networks may appear in Wifi scan result", |
| 64 | + "value": 10 |
| 65 | + } |
| 66 | + }, |
| 67 | + "target_overrides": { |
| 68 | + "*": { |
| 69 | + "platform.stdio-convert-newlines": true |
| 70 | + } |
| 71 | + } |
| 72 | +} |
0 commit comments