Skip to content

[PXCT-676] PLC IDE Libraries Versions Update #2429

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 14, 2025
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