fix links

This commit is contained in:
Administrator 2025-11-12 21:32:31 -06:00
parent 197fd6e785
commit 7d7b93006c
2 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@
<nav> <nav>
<div class="nav-content"> <div class="nav-content">
<a href="#" class="nav-logo">Steam Controller Driver</a> <a href="#" class="nav-logo">Steam Controller Driver</a>
<a href="#" class="nav-back">Back to Projects</a> <a href="https://steen.run/blog" class="nav-back">Back to Projects</a>
</div> </div>
</nav> </nav>

View File

@ -414,7 +414,7 @@
<span class="post-category">Hardware</span> <span class="post-category">Hardware</span>
<span>November 2025</span> <span>November 2025</span>
</div> </div>
<h2 href="https://steen.run/projects/SteamController" class="post-title">Steam Controller Driver For Actual Motors</h2> <h2 href="https://steen.run/blog/SteamController" class="post-title">Steam Controller Driver For Actual Motors</h2>
<p class="post-description"> <p class="post-description">
Taking a deprecated piece of technology and reverse-engineering the protocol to create custom drivers for games as well as drive two motors over bluetooth using an ESP32. Taking a deprecated piece of technology and reverse-engineering the protocol to create custom drivers for games as well as drive two motors over bluetooth using an ESP32.
</p> </p>