Skip to content

Commit 4d847c2

Browse files
committedAug 30, 2023
add C6 to ESP32 Devices
1 parent b19451f commit 4d847c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎esp32.html

+12
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@ <h2>ESP32-C3 Based Devices</h2>
2626
</tbody>
2727
</table>
2828

29+
<h2>ESP32-C6 Based Devices</h2>
30+
31+
<!-- ###################################################################### -->
32+
<table width="80%">
33+
<tbody>
34+
{% assign devices = site.templates | where_exp: "devices", "devices.templatec6 != nil" | sort_natural: 'title' %}
35+
{% for template in devices %}
36+
{% include tablerow_standard.html %}
37+
{% endfor %}
38+
</tbody>
39+
</table>
40+
2941
<h2>ESP32-S2 Based Devices</h2>
3042

3143
<!-- ###################################################################### -->

0 commit comments

Comments
 (0)