Vybhav Kadaba
/
EV-PRO-MW1001_Development_v11570
Mbed FW update
Diff: main.cpp
- Revision:
- 52:d32ea3dfc8ac
- Parent:
- 50:d84305e5e1c0
- Child:
- 53:644c5f6300da
diff -r d84305e5e1c0 -r d32ea3dfc8ac main.cpp --- a/main.cpp Mon Feb 17 11:23:39 2020 +0000 +++ b/main.cpp Wed Feb 19 09:07:35 2020 +0000 @@ -124,6 +124,7 @@ */ res = admw_GetStatus(hDevice, &status); admw_deviceInformation(hDevice); + admw_readMbedVersion(); if (res != ADMW_SUCCESS) { ADMW_LOG_ERROR("Failed to retrieve device status"); return res;