Changeset 240 for rtos_arduino/trunk


Ignore:
Timestamp:
May 26, 2016, 9:36:53 AM (8 years ago)
Author:
ertl-honda
Message:

マクロ名の変更に追従

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rtos_arduino/trunk/examples/BlueMix_basic/rca_app.cpp

    r235 r240  
    77#include "../examples_gdef.h"
    88
    9 char serverName[] = ORGANIZATION ".messaging.internetofthings.ibmcloud.com";
    10 String clientName = String("d:") + String(ORGANIZATION) + String(":") + String(DEVICE_TYPE) + String(":") + String(DEVICE_ID);
     9char serverName[] = BLUEMIX_ORGANIZATION ".messaging.internetofthings.ibmcloud.com";
     10String clientName = String("d:") + String(BLUEMIX_ORGANIZATION) + String(":") + String(BLUEMIX_DEVICE_TYPE) + String(":") + String(BLUEMIX_DEVICE_ID);
    1111String topicName = String("iot-2/evt/status/fmt/json");
    1212char username[] = "use-token-auth";
    13 char password[] = PASSWORD;
     13char password[] = BLUEMIX_PASSWORD;
    1414
    1515ESP8266Client wifi_client;
Note: See TracChangeset for help on using the changeset viewer.