File tree 1 file changed +5
-6
lines changed
content/software/plc-ide/tutorials/09.plc-ide-cloud-support
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:
111
111
- [ Hardware and Software Requirements] ( #hardware-and-software-requirements )
112
112
- [ Hardware Requirements] ( #hardware-requirements )
113
113
- [ 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 )
116
115
- [ Understanding the Process] ( #understanding-the-process )
117
116
- [ Example Implementation] ( #example-implementation )
118
117
- [ 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
518
517
519
518
- Open your PLC IDE project
520
519
- 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:
522
521
523
522
``` console
524
- ArduinoIoTCloud 2.3 .1
525
- Arduino_ConnectionHandler 1.0.0
523
+ ArduinoIoTCloud 2.4 .1
524
+ Arduino_ConnectionHandler 1.0.1
526
525
ArduinoECCX08 1.3.8
527
526
ArduinoMqttClient 0.1.8
528
527
Arduino_DebugUtils 1.4.0
529
528
Arduino_Portenta_OTA 1.2.1
530
- Arduino_SecureElement 0.3.0
529
+ Arduino_SecureElement 0.3.1
531
530
ArduinoHttpClient 0.6.1
532
531
```
533
532
You can’t perform that action at this time.
0 commit comments