Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ The example implementation comprises the following sequence:
- [Hardware and Software Requirements](#hardware-and-software-requirements)
- [Hardware Requirements](#hardware-requirements)
- [Software Requirements](#software-requirements)
- [PLC IDE & Arduino Cloud Integration](#plc-ide--arduino-cloud-integration)

- [PLC IDE \& Arduino Cloud Integration](#plc-ide--arduino-cloud-integration)
- [Understanding the Process](#understanding-the-process)
- [Example Implementation](#example-implementation)
- [Setting Up the Arduino Cloud](#setting-up-the-arduino-cloud)
Expand Down Expand Up @@ -518,16 +517,16 @@ arduino-cli --config-file $env:LOCALAPPDATA\T\arduino-cli.yaml lib install Ardui

- Open your PLC IDE project
- Perform a "Manual Download" to load the PLC runtime (as you would for first-time setup)
- Update all library dependencies in the library panel to these latest versions:
- Update all library dependencies in the library panel to these versions:

```console
ArduinoIoTCloud 2.3.1
Arduino_ConnectionHandler 1.0.0
ArduinoIoTCloud 2.4.1
Arduino_ConnectionHandler 1.0.1
ArduinoECCX08 1.3.8
ArduinoMqttClient 0.1.8
Arduino_DebugUtils 1.4.0
Arduino_Portenta_OTA 1.2.1
Arduino_SecureElement 0.3.0
Arduino_SecureElement 0.3.1
ArduinoHttpClient 0.6.1
```

Expand Down