We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19451f commit 4d847c2Copy full SHA for 4d847c2
esp32.html
@@ -26,6 +26,18 @@ <h2>ESP32-C3 Based Devices</h2>
26
</tbody>
27
</table>
28
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
41
<h2>ESP32-S2 Based Devices</h2>
42
43
<!-- ###################################################################### -->
0 commit comments