Skip to content

Commit fb81226

Browse files
committed
Add app market video
1 parent 130e0e6 commit fb81226

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

docs/guides/esp32-s3-pendrive.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ Use the web flasher [here](https://app-market.thingpulse.com/device/tp-pendrive-
4444
4. If a "CIRCUITPY" drive does not show up by itself press the reset button on the Pendrive S3
4545
5. Follow these [instructions](https://learn.adafruit.com/welcome-to-circuitpython/overview)
4646

47+
## App Market
48+
The ThingPulse App market facilitates installation of new firmware. You can find it here: https://app-market.thingpulse.com/device/tp-pendrive-s3/
49+
50+
Pick an application from the list and then `Flash App`
51+
52+
![type:video](../video/app-market/AppMarket.mov)
53+
4754
## Enclosure
4855
The Pendrive S3 kit includes an injection molded enclosure. It consists of 3 parts (bottom, top, cap).
4956
The enclosure makes the Pendrive S3 look like any regular USB-C memory stick. To use the Pendrive S3

docs/video/app-market/AppMarket.mov

8.41 MB
Binary file not shown.

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,14 @@ markdown_extensions:
108108
alternate_style: true
109109
- pymdownx.tilde
110110

111+
plugins:
112+
- mkdocs-video:
113+
is_video: True
114+
video_muted: True
115+
video_controls: True
116+
video_loop: True
117+
video_autoplay: True
118+
css_style:
119+
width: "90%"
120+
121+

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ mkdocs==1.5.3
22
mkdocs-material==9.5.13
33
markdown-include>=0.5.1
44
pymdown-extensions>=7.0
5+
mkdocs_video>=1.5.0

0 commit comments

Comments
 (0)