Gitiles
Code Review
Sign In
192.168.1.100
/
R306
/
c78e2ef9e4befcc0781e5ffc93fc9a27289936d8
/
.
/
lynq
/
MD310EU
/
ap
/
app
/
dmp-test
/
dongle_cmd.h
blob: f251c4068064903189bbe87a36b3c9ff2018bdb4 [
file
] [
log
] [
blame
]
#define
MQTT_URL_LEN
128
typedef
struct
{
char
productKey
[
50
];
char
productSecret
[
50
];
char
DeviceManu
[
50
];
char
DeviceType
[
50
];
char
HardVersion
[
50
];
}
lynq_dmp_cfg_t
;