A simple project for sending button input up to AT&T Flow

Dependencies:   FXOS8700CQ MODSERIAL mbed

For instructions on using this program, see the AT&T Starter Kit tutorial on it.

Revision:
70:e25fe7e5488a
Parent:
67:11db02bb93e1
--- a/wnc_control.cpp	Tue Aug 09 23:48:44 2016 +0000
+++ b/wnc_control.cpp	Tue Aug 09 23:55:37 2016 +0000
@@ -91,7 +91,7 @@
     do
     {
       WNC_MDM_ERR = WNC_OK;
-      at_dnsresolve_wnc(MY_SERVER_URL, &MyServerIpAddress);
+      at_dnsresolve_wnc(MY_SERVER_NAME, &MyServerIpAddress);
       if (WNC_MDM_ERR == WNC_NO_RESPONSE)
       {
         software_init_mdm();