Skip to content

Commit

Permalink
feat(installer): enhance VayuVani configuration instructions
Browse files Browse the repository at this point in the history
- Improve installation steps with additional guidance
- Add congratulatory message and app download link post-setup

Housekeeping:
- Minor formatting adjustments for consistency
- Clarified some website links and references
  • Loading branch information
tckb committed Sep 22, 2024
1 parent 4d533f4 commit 1d1ee03
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VayuVani Installer</title>
<script type="module" src="https://unpkg.com/esp-web-tools@9.4.3/dist/web/install-button.js?module"></script>
<script type="module"
src="https://unpkg.com/esp-web-tools@9.4.3/dist/web/install-button.js?module"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

Expand Down Expand Up @@ -51,7 +52,7 @@
font-size: 2rem;
font-weight: 500;
color: white;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
letter-spacing: 0.02em;
line-height: 1.2;
margin: 0;
Expand Down Expand Up @@ -134,7 +135,12 @@ <h3>Instructions:</h3>
<li>Follow the on-screen prompts to complete the installation.</li>
<li>Once the installation is completed, watch for <code>VayuVani-Setup</code> Wifi.</li>
<li>Connect to this WiFi with the default password is <code>vayuvani</code>.</li>
<li>Once connected head on to <a href="http://192.168.4.1/config">192.168.4.1/config</a> for further configuration</li>
<li>Once connected head on to <a href="http://192.168.4.1/config">192.168.4.1/config</a> for
further configuration
</li>
<li>Congrats 🎉 VayuVani has been successfully configured.</li>
<li>Nextup, <a href="#">download</a> the VayuVani App to start captuting your LoRa packets!
</li>
</ol>
</div>

Expand All @@ -149,9 +155,15 @@ <h3>Instructions:</h3>
</div>

<footer>
<p>VayuVani is created and maintained by <a href="https://x.com/this_is_tckb">Chandra Tungathurthi</a>, part of <a href="https://moonandbeyond.blog/?utm_source=vayuvani-installer&utm_medium=website&utm_campaign=apps">moonandbeyond.blog</a> </p>
<p>Special thanks to the <a href="https://tinygs.com">TinyGS project</a> for their contributions, this installer is inspired from <a href="https://installer.tinygs.com/">TinyGS installer</a>. </p>
<p>Web installer powered by <a href="https://esphome.github.io/esp-web-tools/" target="_blank">ESP Web Tools</a>.</p>
<p>VayuVani is created and maintained by <a href="https://x.com/this_is_tckb">Chandra
Tungathurthi</a>, part of <a
href="https://moonandbeyond.blog/?utm_source=vayuvani-installer&utm_medium=website&utm_campaign=apps">moonandbeyond.blog</a>
</p>
<p>Special thanks to the <a href="https://tinygs.com">TinyGS project</a> for their contributions,
this installer is inspired from <a href="https://installer.tinygs.com/">TinyGS installer</a>.
</p>
<p>Web installer powered by <a href="https://esphome.github.io/esp-web-tools/" target="_blank">ESP
Web Tools</a>.</p>
</footer>

<script>
Expand Down

0 comments on commit 1d1ee03

Please sign in to comment.