diff --git a/docs/_includes/custom/alerts/Callout.html b/docs/_includes/custom/alerts/Callout.html index b961299..5f317ed 100644 --- a/docs/_includes/custom/alerts/Callout.html +++ b/docs/_includes/custom/alerts/Callout.html @@ -10,6 +10,9 @@ Info:
{{ include.content }} + {% if include.hyper_link != null && include.hyper_link != "" %} + {{ include.description }} + {% endif %}
diff --git a/docs/_includes/custom/alerts/Important.html b/docs/_includes/custom/alerts/Important.html index b961299..5f317ed 100644 --- a/docs/_includes/custom/alerts/Important.html +++ b/docs/_includes/custom/alerts/Important.html @@ -10,6 +10,9 @@ Info:{{ include.content }} + {% if include.hyper_link != null && include.hyper_link != "" %} + {{ include.description }} + {% endif %}
diff --git a/docs/_includes/custom/alerts/Note.html b/docs/_includes/custom/alerts/Note.html index ae5bf51..66fc555 100644 --- a/docs/_includes/custom/alerts/Note.html +++ b/docs/_includes/custom/alerts/Note.html @@ -10,6 +10,9 @@ Note:{{ include.content }} + {% if include.hyper_link != null && include.hyper_link != "" %} + {{ include.description }} + {% endif %}
diff --git a/docs/_includes/custom/alerts/Tip.html b/docs/_includes/custom/alerts/Tip.html index 0f109cb..a0267ce 100644 --- a/docs/_includes/custom/alerts/Tip.html +++ b/docs/_includes/custom/alerts/Tip.html @@ -6,6 +6,9 @@ data-icon="fa:check-square-o">Tip:{{ include.content }} + {% if include.hyper_link != null && include.hyper_link != "" %} + {{ include.description }} + {% endif %}
diff --git a/docs/_includes/custom/alerts/Warning.html b/docs/_includes/custom/alerts/Warning.html index 9db687e..8616124 100644 --- a/docs/_includes/custom/alerts/Warning.html +++ b/docs/_includes/custom/alerts/Warning.html @@ -10,6 +10,9 @@ Warning:{{ include.content }} + {% if include.hyper_link != null && include.hyper_link != "" %} + {{ include.description }} + {% endif %}
diff --git a/docs/_pages/PartList.md b/docs/_pages/PartList.md index b9c30b7..b137e72 100644 --- a/docs/_pages/PartList.md +++ b/docs/_pages/PartList.md @@ -32,8 +32,8 @@ All three of the above can be found in a kit from [AliExpress here](https://a.al - 2x Wired Ov5640 160 deg cameras [AliExpress here](https://www.aliexpress.com/item/2255799933896897.html) -**Please note: if the wired option is used, you will need to disassemble the camera to remove the ir filters.** -**I would recombed getting extra cameras, either the full thing above or just the camera [from AliExpress here](https://www.aliexpress.com/item/3256803544318475.html)** +{% include custom/alerts/Note.html content="if the wired option is used, you will need to disassemble the camera to remove the ir filters. +I would recombed getting extra cameras, either the full thing above or just the camera" hyper_link="https://www.aliexpress.com/item/3256803544318475.html" description="from AliExpress here" %} - 1x USB type-A male port to power both IR emitters [AliExpress here](https://a.aliexpress.com/_mOCRTcq) diff --git a/docs/_pages/Upload_Firmware.md b/docs/_pages/Upload_Firmware.md index 50bfc56..09482b5 100644 --- a/docs/_pages/Upload_Firmware.md +++ b/docs/_pages/Upload_Firmware.md @@ -28,10 +28,10 @@ In case of an FTDI programmer, the steps aren't as easy, so grab [this guide](ht - Once the firmware has been built, press the upload button to upload the firmware. -**NOTE** The MB board does the resetting for you, so if you're suing the FTDI programmer, follow the guide linked above (the one from randomnerdtutorials) -  +{% include custom/alerts/Note.html content="The MB board does the resetting for you, so if you're using the FTDI programmer, follow the guide linked above (the one from randomnerdtutorials)" %} + - If the upload is successful, you should get an output that looks like this:  @@ -57,8 +57,8 @@ Once you have successfully connected your trackers to your WiFi, you can use OTA ```ini ;upload_protocol = espota ;upload_port = 192.168.1.49 - ``` + 1. Change the value of upload_port to the IP address retrieved during the first step. 1. Turn the tracker you wish to flash off and then on again. 1. Wait around 5 seconds.