mbed Connector Interface simplification API on top of mbed-client
Fork of mbedConnectorInterfaceV3 by
NOTE:
This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!
Diff: source/ConnectorEndpoint.cpp
- Revision:
- 116:c88a6cd17137
- Parent:
- 115:3dfd8e2f5442
- Child:
- 117:f8103c66474a
--- a/source/ConnectorEndpoint.cpp Thu May 04 16:35:07 2017 +0000 +++ b/source/ConnectorEndpoint.cpp Thu May 04 16:43:01 2017 +0000 @@ -271,7 +271,7 @@ this->logger()->log("initializeFactoryFlow: ERROR: Failed to load developer credentials"); return false; } - status = mfcc_verify_device_configured_4mbed_cloud(); + status = fcc_verify_device_configured_4mbed_cloud(); if (status != FCC_STATUS_SUCCESS) { this->logger()->log("initializeFactoryFlow: ERROR: Device not configured for mbed Cloud"); return false;