dey-examples: cloudconnector: use Remote Manager references instead of Device Cloud
https://jira.digi.com/browse/DEL-3683 https://jira.digi.com/browse/DEL-3793 Signed-off-by: Tatiana Leon <tatiana.leon@digi.com>
This commit is contained in:
parent
4c8ae78e88
commit
4b6b4ecc5f
|
|
@ -1,4 +1,6 @@
|
|||
SUMMARY = "DEY examples: Device cloud test applications"
|
||||
# Copyright (C) 2017 Digi International Inc.
|
||||
|
||||
SUMMARY = "DEY examples: Remote Manager test applications"
|
||||
SECTION = "examples"
|
||||
LICENSE = "MPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ int main(void)
|
|||
return EXIT_FAILURE;
|
||||
}
|
||||
|
||||
printf("Waiting for Device Cloud request...\n");
|
||||
printf("Waiting for Remote Manager request...\n");
|
||||
printf("Press a key to exit\n");
|
||||
getchar();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue