Skip to content

Commit 8348a51

Browse files
committed
Fix homepage
1 parent f79622f commit 8348a51

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

layouts/partials/home.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<div class="container">
22
<section class="container">
3-
<div class="about">
4-
<h1>Building an open-source Wi-Fi MAC layer for the ESP32</h1>
5-
6-
<p>
7-
The ESP32 is a low-cost microcontroller with Wi-Fi connectivity.
8-
Currently, the Wi-Fi MAC layer of the ESP32 is closed-source.
9-
This project aims to change that: by reverse engineering the hardware registers and software, we can build a networking stack that is open-source up to the hardware, instead of having to use the proprietary MAC layer.
10-
</p>
11-
<p>
12-
This will improve security auditability, open up the possibility for features not supported in the proprietary implementation (for example, standards-compliant mesh networking), improve interoperability and make research into Wi-Fi networks with lots of nodes more affordable.
13-
</p>
3+
<div class="about">
4+
<h1>Building an open-source Wi-Fi MAC layer for the ESP32</h1>
5+
6+
<p>
7+
The ESP32 is a low-cost microcontroller with Wi-Fi connectivity.
8+
Currently, the Wi-Fi MAC layer of the ESP32 is closed-source.
9+
This project aims to change that: by reverse engineering the hardware registers and software, we can build a networking stack that is open-source up to the hardware, instead of having to use the proprietary MAC layer.
10+
</p>
11+
<p>
12+
This will improve security auditability, open up the possibility for features not supported in the proprietary implementation (for example, standards-compliant mesh networking), improve interoperability and make research into Wi-Fi networks with lots of nodes more affordable.
13+
</p>
1414

15-
If you want to help out with developing, feel free to join <a href="https://matrix.to/#/#esp32-open-mac:matrix.org">the Matrix room</a>
16-
</div>
15+
If you want to help out with developing, feel free to join <a href="https://matrix.to/#/#esp32-open-mac:matrix.org">the Matrix room</a>
16+
</div>
1717
</section>
1818

1919
<section class="container centered">

0 commit comments

Comments
 (0)