From c49d44652d13b67068bf99972cce1b3b6993c47d Mon Sep 17 00:00:00 2001 From: Gaia Castronovo Date: Thu, 7 Mar 2024 16:07:40 +0100 Subject: [PATCH 1/2] add warning note on Cloud template limitations add note one limitations on Template tutorial of number of things --- content/arduino-cloud/10.education/02.templates/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/arduino-cloud/10.education/02.templates/content.md b/content/arduino-cloud/10.education/02.templates/content.md index 7619af7fee..43d22df4e8 100644 --- a/content/arduino-cloud/10.education/02.templates/content.md +++ b/content/arduino-cloud/10.education/02.templates/content.md @@ -78,6 +78,8 @@ Templates can be imported easily by clicking on the import button from the templ Below the `Import Button`, you can find information on how many [Things](https://docs.arduino.cc/arduino-cloud/cloud-interface/things), [Variables](https://docs.arduino.cc/arduino-cloud/cloud-interface/variables) and [Dashboards](https://docs.arduino.cc/arduino-cloud/cloud-interface/dashboard-widgets) are associated with this template. The Arduino Cloud platform will handle the creation of these IoT components along with setting up the device and network for the selected template. +***Note: with a Free Plan a user can only have two Things at same time. When you already have two Things, you won't be able to click on IMPORT TEMPLATE. To avoid this you could choose to upgrade your Cloud plan or manually delete an existing Thing*** + ![Template creation](assets/template-creation.png) This process involves creating the necessary components and uploading the sketch (program) to your device: From 0c0f95eae71b25578cc208ab78b4f74cad265322 Mon Sep 17 00:00:00 2001 From: Gaia Castronovo <53472903+g-castronovo@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:04:52 +0100 Subject: [PATCH 2/2] Update content/arduino-cloud/10.education/02.templates/content.md Co-authored-by: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> --- content/arduino-cloud/10.education/02.templates/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/arduino-cloud/10.education/02.templates/content.md b/content/arduino-cloud/10.education/02.templates/content.md index 43d22df4e8..b991bc434f 100644 --- a/content/arduino-cloud/10.education/02.templates/content.md +++ b/content/arduino-cloud/10.education/02.templates/content.md @@ -78,7 +78,7 @@ Templates can be imported easily by clicking on the import button from the templ Below the `Import Button`, you can find information on how many [Things](https://docs.arduino.cc/arduino-cloud/cloud-interface/things), [Variables](https://docs.arduino.cc/arduino-cloud/cloud-interface/variables) and [Dashboards](https://docs.arduino.cc/arduino-cloud/cloud-interface/dashboard-widgets) are associated with this template. The Arduino Cloud platform will handle the creation of these IoT components along with setting up the device and network for the selected template. -***Note: with a Free Plan a user can only have two Things at same time. When you already have two Things, you won't be able to click on IMPORT TEMPLATE. To avoid this you could choose to upgrade your Cloud plan or manually delete an existing Thing*** +***Note: with a Free Plan a user can only have two Things at same time. When you already have two Things, you won't be able to click on IMPORT TEMPLATE. To avoid this you could choose to upgrade your Cloud plan or manually delete an existing Thing.*** ![Template creation](assets/template-creation.png)