Skip to content

Commit 23d6352

Browse files
authored
Change wording for including the secrets header
1 parent 1e5aca1 commit 23d6352

File tree

1 file changed

+1
-1
lines changed
  • content/tutorials/portenta-h7/por-ard-ap

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Once you’ve created the new tab, you will see an empty page in the IDE. Define
225225

226226
***The SSID (PortentaAccessPoint) and password (123Qwerty) are placeholder strings made for this tutorial. For security reasons you should rename them to something memorisable but not easy to guess.***
227227

228-
In order to access the `SECRET_SSID` and `SECRET_PASS` constants in the **simpleWebServer.ino** sketch file, you need to include the header file that you’ve just created. Add the following line to the beginning of **simpleWebServer.ino** sketch file:
228+
In order to access the `SECRET_SSID` and `SECRET_PASS` constants in the **simpleWebServer.ino** sketch file, the header file that you’ve just created needs to be included. In your sketch file this has already been taken care of by the following line at the beginning of the sketch:
229229

230230
```cpp
231231
# include “arduino_secrets.h”

0 commit comments

Comments
 (0)