Initial commit: CCU621_M firmware project with BLE debug link support.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef _DYNREG_API_H_
|
||||
#define _DYNREG_API_H_
|
||||
|
||||
#include "infra_types.h"
|
||||
#include "infra_defs.h"
|
||||
|
||||
#define MQTT_DYNREG_TIMEOUT_MS (15 * 1000)
|
||||
|
||||
int32_t IOT_Dynamic_Register(iotx_http_region_types_t region, iotx_dev_meta_info_t *meta);
|
||||
int32_t IOT_Get_Regcode(iotx_http_region_types_t region, iotx_dev_meta_info_t *meta);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user