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 14:15:06 2017 +0000
Parent:
121:5dacc6fe1905
Child:
123:6b11bfd9dcae
Commit message:
WiFi - ODIN - remove TX/RX -pin defines

As they are obsolete in this configuration.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client

Changed in this revision

configs/wifi_odin_v4.json Show annotated file Show diff for this revision Revisions of this file
--- a/configs/wifi_odin_v4.json	Tue Dec 12 10:00:10 2017 +0000
+++ b/configs/wifi_odin_v4.json	Tue Dec 12 14:15:06 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": "BUTTON1"