Skip to content

Commit d118885

Browse files
committed
Update for acro
1 parent 7c022be commit d118885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/iot-develop-send-telemetry-iot-hub-c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sudo apt-get update
4242
sudo apt-get install -y git cmake build-essential curl libcurl4-openssl-dev libssl-dev uuid-dev
4343
```
4444

45-
Verify the version of `cmake` is above **2.8.12** and the version of **GCC** is above **4.4.7**.
45+
Verify the version of `cmake` is **2.8.12** or greater, and the version of **GCC** is **4.4.7** or greater.
4646

4747
```sh
4848
cmake --version
@@ -61,7 +61,7 @@ To complete this quickstart on Windows, install Visual Studio 2022 and add the r
6161
[!INCLUDE [iot-hub-include-create-hub-iot-explorer](iot-hub-include-create-hub-iot-explorer.md)]
6262

6363
## Run the device sample
64-
In this section, you use the C SDK to send messages from a device to your IoT hub. You'll run a sample that implements a temperature controller with two thermostat sensors.
64+
In this section, you use the C SDK to send messages from a device to your IoT hub. You run a sample that implements a temperature controller with two thermostat sensors.
6565

6666
### Build the sample
6767
1. Open a new console to install the Azure IoT C device SDK and run the code sample. For Windows, select **Start**, type *Developer Command Prompt for VS 2019*, and open the console. For Linux and Raspberry Pi OS, open a terminal for Bash commands.

0 commit comments

Comments
 (0)