File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
content/software/plc-ide/tutorials/09.plc-ide-cloud-support Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -111,8 +111,7 @@ The example implementation comprises the following sequence:
111111- [ Hardware and Software Requirements] ( #hardware-and-software-requirements )
112112 - [ Hardware Requirements] ( #hardware-requirements )
113113 - [ Software Requirements] ( #software-requirements )
114- - [ PLC IDE & Arduino Cloud Integration] ( #plc-ide--arduino-cloud-integration )
115-
114+ - [ PLC IDE \& Arduino Cloud Integration] ( #plc-ide--arduino-cloud-integration )
116115 - [ Understanding the Process] ( #understanding-the-process )
117116- [ Example Implementation] ( #example-implementation )
118117 - [ Setting Up the Arduino Cloud] ( #setting-up-the-arduino-cloud )
@@ -518,16 +517,16 @@ arduino-cli --config-file $env:LOCALAPPDATA\T\arduino-cli.yaml lib install Ardui
518517
519518- Open your PLC IDE project
520519- Perform a "Manual Download" to load the PLC runtime (as you would for first-time setup)
521- - Update all library dependencies in the library panel to these latest versions:
520+ - Update all library dependencies in the library panel to these versions:
522521
523522``` console
524- ArduinoIoTCloud 2.3 .1
525- Arduino_ConnectionHandler 1.0.0
523+ ArduinoIoTCloud 2.4 .1
524+ Arduino_ConnectionHandler 1.0.1
526525ArduinoECCX08 1.3.8
527526ArduinoMqttClient 0.1.8
528527Arduino_DebugUtils 1.4.0
529528Arduino_Portenta_OTA 1.2.1
530- Arduino_SecureElement 0.3.0
529+ Arduino_SecureElement 0.3.1
531530ArduinoHttpClient 0.6.1
532531```
533532
You can’t perform that action at this time.
0 commit comments