mbed-os
Dependents: cobaLCDJoyMotor_Thread odometry_omni_3roda_v3 odometry_omni_3roda_v1 odometry_omni_3roda_v2 ... more
TESTS/network/wifi/template_mbed_app.txt
- Committer:
- be_bryan
- Date:
- 2017-12-11
- Revision:
- 0:b74591d5ab33
File content as of revision 0:b74591d5ab33:
{ "config": { "wifi-secure-ssid": { "help": "WiFi SSID for WPA2 secured network", "value": "\"SSID-SECURE\"" }, "wifi-unsecure-ssid": { "help": "WiFi SSID for unsecure netwrok", "value": "\"SSID-UNSECURE\"" }, "wifi-password": { "help": "WiFi Password", "value": "\"PASSWORD\"" }, "wifi-ch-secure": { "help": "Channel number of secure SSID", "value": 1 }, "wifi-ch-unsecure": { "help": "Channel number of unsecure SSID", "value": 2 }, "wifi-driver": { "help": "Wifi driver to use, valid values are INTERNAL, WIFI_ESP8266 and X_NUCLEO_IDW01M1", "value": "INTERNAL" }, "wifi-tx": { "help": "TX pin for serial connection to external device", "value": "D1" }, "wifi-rx": { "help": "RX pin for serial connection to external device", "value": "D0" }, "ap-mac-secure": { "help": "BSSID of secure AP in form of AA:BB:CC:DD:EE:FF", "value": "\"AA:AA:AA:AA:AA:AA\"" }, "ap-mac-unsecure": { "help": "BSSID of unsecure AP in form of \"AA:BB:CC:DD:EE:FF\"", "value": "\"BB:BB:BB:BB:BB:BB\"" }, "max-scan-size": { "help": "How many networks may appear in Wifi scan result", "value": 10 } } }