Skip to content

Commit 34d0665

Browse files
authored
Update content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md
1 parent d603424 commit 34d0665

File tree

1 file changed

+5
-5
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note

1 file changed

+5
-5
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/18.smart-compressor-app-note/content.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ You can download the code for the Opta PLC [here](assets/Opta_Nicla_Codes.zip).
128128

129129
Let's go through some important code sections to make this application fully operational, starting with the required libraries:
130130

131-
- `ArduinoBLE.h` enables the support for Bluetooth® Low Energy (BLE) communication, install it by searching for it on the Library Manager.
132-
- `Ethernet.h` enables the Ethernet support for the Modbus TCP communication.
133-
- `ArduinoModbus.h` and `ArduinoRS485.h` manage the Modbus TCP protocol, install them by searching for them on the Library Manager.
134-
- `ArduinoIoTCloud.h` enable the Arduino Cloud integration, install it by searching for it on the Library Manager.
135-
- `Arduino_ConnectionHandler.h` manages the internet connectivity for the board, install it by searching for it on the Library Manager.
131+
- `ArduinoBLE.h` enables support for Bluetooth® Low Energy (BLE) communication. Install it by searching for it in the Library Manager.
132+
- `Ethernet.h` enables Ethernet support for Modbus TCP communication.
133+
- `ArduinoModbus.h` and `ArduinoRS485.h` manage the Modbus TCP protocol. Search for them in the Library Manager to install them.
134+
- `ArduinoIoTCloud.h` enables Arduino Cloud integration. Search for it in the Library Manager to install it.
135+
- `Arduino_ConnectionHandler.h` manages the board's internet connectivity. Search for it in the Library Manager to install it.
136136

137137
There is a header included in the project code for the Arduino Cloud configuration:
138138

0 commit comments

Comments
 (0)