Using MQTT on Dragonfly

Dependencies:   MQTT mbed mtsas

config.example.hpp

Committer:
miaotwilio
Date:
2017-08-18
Revision:
4:f4e8f0fca631
Parent:
config.hpp@ 3:0a48c984e15b
Child:
7:e741097b1c5d

File content as of revision 4:f4e8f0fca631:

#ifndef DRAGONFLY_MQTT_CONFIG_HPP
#define DRAGONFLY_MQTT_CONFIG_HPP

#define MQTT_GATEWAY_HOST "mqtt-sync.us1.twilio.com"
#define MQTT_GATEWAY_PORT 8883

#define VEHICLE_ID "test"
#define VEHICLE_KEY "KY00000000000000000000000000000000"
#define VEHICLE_SECRET "00000000000000000000000000000000"

#endif