Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Update index.html

Update index.html

Update index.html

Update index.html
  • Loading branch information
Advay17 committed Oct 20, 2024
1 parent 22534d3 commit 0e15fdb
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">

<title>PestoLink-Online</title>
<title>PestoLink-Basil</title>
<link rel="stylesheet" href="styles.css">
</head>

Expand Down Expand Up @@ -142,6 +142,15 @@

<div id="info-container">
<p>
<u>PestoLink Basil</u>
<br>
An all new version of PestoLink made by Kavin from team 5338 Roboloco!
Featuring:
<br>
-Better keyboard controls that allow for use of all buttons(not just the first few)
<br>
-Dual Controller Support to emulate FRC better
<br><br>
<u>Embedded Platform Support</u>
<br> <a href="https://github.com/AlfredoSystems/PestoLink-MicroPython">PestoLink</a> currently supports two embedded platforms, MicroPython and Arduino
(designed for <a href="https://www.sparkfun.com/products/22230">RP2040 on XRP Kits</a> and <a href="https://www.alfredosys.com/products/alfredo-nou2/">ESP32</a> respectively).
Expand All @@ -157,12 +166,12 @@
you can enable this switch to override the axis/button data with keyboard input. 'WASD' will override Axis 0 and Axis 1. 'IJKL' will override Axis 2 and Axis 3.
'QERTYUOPZXCVBNM,' will override the number buttons. Currently, a way to change button maps is in progress.

<br><br> If you have any questions, feel free to reach out to me at [email protected]!
<br><br> If you have any questions, feel free to reach out to me at [email protected]!
</p>
</div>

<div id="hack-spacer"></div>
<script src="index.js"></script>
</body>

</html>
</html>

0 comments on commit 0e15fdb

Please sign in to comment.