From d6d044aa3b531048f33b45b3076a3f88f4ae638c Mon Sep 17 00:00:00 2001 From: baiye Date: Mon, 4 Nov 2024 21:17:29 +0800 Subject: [PATCH] Modify the run screenshot hyperlink --- examples/2.device.firmware_update/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/2.device.firmware_update/README.md b/examples/2.device.firmware_update/README.md index 72d509eb..fa615f5d 100644 --- a/examples/2.device.firmware_update/README.md +++ b/examples/2.device.firmware_update/README.md @@ -17,7 +17,7 @@ Device is the device object, which can be used to obtain the device information, ```c++ std::shared_ptr context = std::make_shared(); ``` -2. List Connected Devices: +2. List Connected Devices. ```c++ std::shared_ptr deviceList = context->queryDeviceList(); @@ -25,7 +25,7 @@ Device is the device object, which can be used to obtain the device information, devices.push_back(deviceList->getDevice(i)); } ``` -3. Define a Callback Function for Firmware Update Progress: +3. Define a Callback Function for Firmware Update Progress. You can define a callback function to get the progress of the firmware update. The callback function will be called every time the device updates its progress. @@ -94,4 +94,4 @@ Select the device for firmware update and input the path of the firmware file. T ### Result -![image](../../docs/resource/coordinate_transform.jpg) +![image](../../docs/resource/device_firmware_update.jpg)