blob: f251c4068064903189bbe87a36b3c9ff2018bdb4 [file] [log] [blame]
yuezonghec78e2ef2025-02-13 17:57:46 -08001#define MQTT_URL_LEN 128
2
3typedef struct {
4 char productKey[50];
5 char productSecret[50];
6 char DeviceManu[50];
7 char DeviceType[50];
8 char HardVersion[50];
9}lynq_dmp_cfg_t;