Skip to content

Commit

Permalink
Update VRTI introduction and faq
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphiiko committed Nov 17, 2024
1 parent e8fb4b2 commit 76b053b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
Binary file added img-source/vrti_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/vrti_bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion src/content/docs/vrti/Help/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,19 @@ If you treadmill is not connecting to VRTI, please ensure that:
- Your PC's Bluetooth adapter is turned on.
- The [correct driver](/vrti/getting-started/connecting-your-treadmill) for your treadmill is selected in the settings menu.
- Your treadmill is within Bluetooth range of your PC.
- If you are using a desktop PC with built-in Bluetooth functionality:
- If you are using a desktop PC with built-in Bluetooth functionality:
- That any external Bluetooth antennas are secured properly, and not obstructed. Attempting to connect without attaching the external antenna is often insufficient.

### Will you support _X_ treadmill?

VRTI currently only supports various KingSmith WalkingPad models.
However, it is planned to receive FTMS support in order to support more treadmills.

Other than that, it is unlikely that VRTI will ever receive support for other treadmills with proprietary vendor-specific protocols.
Please check the current list of [supported devices](/vrti/help/supported-devices) to see if your treadmill is compatible, or what options are available.

If you believe you have a treadmill that should be supported, but doesn't work, please feel free to [contact me](/vrti/help/support).

### I have multiple treadmills, how do I connect to the right one?

For now, VRTI connects to the first treadmill it finds.
Expand Down
14 changes: 14 additions & 0 deletions src/content/docs/vrti/Introduction.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
.main-frame > div:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("/img/vrti_bg.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
opacity: 0.20;
}

.hero-html {
width: min(90%, 30rem) !important;
}
Expand Down

0 comments on commit 76b053b

Please sign in to comment.