Ready to implement sync function on ESP32 device
This commit is contained in:
@ -192,4 +192,10 @@ char *secure_api_get_dev_certificate()
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
void *secure_api_sync_device()
|
||||
{
|
||||
printf("here implement sync device logic\n");
|
||||
return NULL;
|
||||
}
|
Reference in New Issue
Block a user