From a4619207b6166f3a1b1ba28a9166274c061f8a50 Mon Sep 17 00:00:00 2001 From: Sebastian Hunkeler Date: Wed, 13 May 2020 16:52:20 +0200 Subject: [PATCH 1/5] Remove background from cover image --- .../tutorials/portenta-h7/por-ard-ap/assets/por_ard_ap_cover.svg | 1 - 1 file changed, 1 deletion(-) diff --git a/content/tutorials/portenta-h7/por-ard-ap/assets/por_ard_ap_cover.svg b/content/tutorials/portenta-h7/por-ard-ap/assets/por_ard_ap_cover.svg index a36c7c7d..fb86da98 100644 --- a/content/tutorials/portenta-h7/por-ard-ap/assets/por_ard_ap_cover.svg +++ b/content/tutorials/portenta-h7/por-ard-ap/assets/por_ard_ap_cover.svg @@ -1,6 +1,5 @@ - From 430386c290ca1567fac138699b71f4caa0647bd2 Mon Sep 17 00:00:00 2001 From: Sebastian Hunkeler Date: Wed, 13 May 2020 17:00:29 +0200 Subject: [PATCH 2/5] Fix incorrect note syntax --- content/tutorials/portenta-h7/por-ard-ap/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/portenta-h7/por-ard-ap/content.md b/content/tutorials/portenta-h7/por-ard-ap/content.md index e8c3f0b9..e85a5cae 100644 --- a/content/tutorials/portenta-h7/por-ard-ap/content.md +++ b/content/tutorials/portenta-h7/por-ard-ap/content.md @@ -41,7 +41,7 @@ Here the web page is just a simple HTML page with buttons to toggle the LED stat ![The sequence of actions in the tutorial’s client-server model](assets/por_ard_ap_sketch_explanation.svg?sanitize=true) -*** **Note:** Remember that the built-in RGB LEDs on the Portenta H7 need to be pulled to ground to make them light up. This means that a voltage level of LOW on each of their pins will turn the specific color of the LED on, a voltage level of HIGH will turn them off.*** +***Remember that the built-in RGB LEDs on the Portenta H7 need to be pulled to ground to make them light up. This means that a voltage level of __LOW__ on each of their pins will turn the specific color of the LED on, a voltage level of __HIGH__ will turn them off.*** ## 3. Create the arduino_secrets.h tab From 30342d443fcef440452d8c2c7432f6d7b0f4d683 Mon Sep 17 00:00:00 2001 From: Sebastian Hunkeler Date: Wed, 13 May 2020 17:01:41 +0200 Subject: [PATCH 3/5] Update incorrect info in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 288c56f0..e3d20f53 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For headings you need to use the hash symbol `#`. # stands for H1, ## for H2 an We use only two different types of emphasis. When emphasizing singe words we use a double asterisk syntax: `**I am bold**`. This will be rendered as bold text. Italic is not supported. -For important notes we use a tripple asterisk syntax to highlight the complete paragraph `*** Note: This is important! ***`. You can still emphasize single words inside such a block `*** **Note:** This is important! ***`. +For important notes we use a tripple asterisk syntax to highlight the complete paragraph `***Note: This is important!***`. You can still emphasize single words inside such a block by using the underscore syntax `***__Note:__ This is important! ***`. We use single word emphasis for filenames and for referring to UI elements (e.g. a button label in the Arduino IDE). From e6a57621b7d530fff08ce953cb108102e43a7bed Mon Sep 17 00:00:00 2001 From: Sebastian Hunkeler Date: Wed, 13 May 2020 17:04:04 +0200 Subject: [PATCH 4/5] Add missing reference to previous tutorial --- content/tutorials/portenta-h7/por-ard-ap/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/portenta-h7/por-ard-ap/metadata.json b/content/tutorials/portenta-h7/por-ard-ap/metadata.json index 1b446fef..34a69abb 100644 --- a/content/tutorials/portenta-h7/por-ard-ap/metadata.json +++ b/content/tutorials/portenta-h7/por-ard-ap/metadata.json @@ -16,6 +16,6 @@ "Web Server" ], "abstract":"In this tutorial you will configure the Portenta H7 as an access point and build a simple web server that will allow you to control the built-in RGB LEDs from your mobile device.", - "previousArticle":"null", + "previousArticle":"por-ard-dcp", "nextArticle":null } From ccdae5e7fa185e27ad7e47bd511af919f9600fc8 Mon Sep 17 00:00:00 2001 From: Sebastian Hunkeler Date: Wed, 13 May 2020 17:04:07 +0200 Subject: [PATCH 5/5] Add access point tutorial to overview --- content/tutorials/portenta-h7/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/portenta-h7/metadata.json b/content/tutorials/portenta-h7/metadata.json index 7ebb2538..5d642301 100644 --- a/content/tutorials/portenta-h7/metadata.json +++ b/content/tutorials/portenta-h7/metadata.json @@ -5,5 +5,5 @@ "content": null, "pageName": "Portenta H7 Tutorials", "slug": "portenta-h7", - "tutorials": ["por-ard-gs", "por-ard-dcp"] + "tutorials": ["por-ard-gs", "por-ard-dcp", "por-ard-ap"] } \ No newline at end of file