Skip to content

Commit ffa88c2

Browse files
authored
Content fixes (arduino#8)
* Remove background from cover image * Fix incorrect note syntax * Update incorrect info in readme * Add missing reference to previous tutorial * Add access point tutorial to overview
1 parent c5d0471 commit ffa88c2

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For headings you need to use the hash symbol `#`. # stands for H1, ## for H2 an
2222

2323
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.
2424

25-
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! ***`.
25+
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! ***`.
2626

2727
We use single word emphasis for filenames and for referring to UI elements (e.g. a button label in the Arduino IDE).
2828

content/tutorials/portenta-h7/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"content": null,
66
"pageName": "Portenta H7 Tutorials",
77
"slug": "portenta-h7",
8-
"tutorials": ["por-ard-gs", "por-ard-dcp"]
8+
"tutorials": ["por-ard-gs", "por-ard-dcp", "por-ard-ap"]
99
}

content/tutorials/portenta-h7/por-ard-ap/assets/por_ard_ap_cover.svg

Lines changed: 0 additions & 1 deletion
Loading

content/tutorials/portenta-h7/por-ard-ap/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here the web page is just a simple HTML page with buttons to toggle the LED stat
4141

4242
![The sequence of actions in the tutorial’s client-server model](assets/por_ard_ap_sketch_explanation.svg?sanitize=true)
4343

44-
*** **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.***
44+
***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.***
4545

4646
## 3. Create the arduino_secrets.h tab
4747

content/tutorials/portenta-h7/por-ard-ap/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"Web Server"
1717
],
1818
"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.",
19-
"previousArticle":"null",
19+
"previousArticle":"por-ard-dcp",
2020
"nextArticle":null
2121
}

0 commit comments

Comments
 (0)