mbed-os-examples / Mbed OS mbed-os-example-client

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Dec 12 10:00:10 2017 +0000
Parent:
120:1f3dd60107dd
Child:
122:fff24d5c5ed3
Commit message:
REALTEK_RTL8195AM - remove Wifi TX/RX-pin

As those are not needed at all with the Realtek - it's a inbuilt Wifi on that board, so it's pins are hard-coded (as is the HW).
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client

Changed in this revision

configs/wifi_rtw_v4.json Show annotated file Show diff for this revision Revisions of this file
--- a/configs/wifi_rtw_v4.json	Sat Dec 09 10:45:07 2017 +0000
+++ b/configs/wifi_rtw_v4.json	Tue Dec 12 10:00:10 2017 +0000
@@ -12,14 +12,6 @@
             "help": "WiFi Password",
             "value": "\"Password\""
         },
-        "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"
-        },
         "button1": {
         	"help": "Use BUTTON1 from PinNames.h by default",
         	"value": "NC"