We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa1731 commit f73d783Copy full SHA for f73d783
1 file changed
docs/topindex.html
@@ -25,7 +25,7 @@ <h1>MicroPython documentation</h1>
25
26
<table class="contentstable"><tr>
27
<td width="40%" style="padding-left:2em;">
28
- {% if port == "pyboard" or port == "wipy" %}
+ {% if port in ("pyboard", "wipy", "esp8266") %}
29
<p class="biglink">
30
<a class="biglink" href="{{ pathto(port + "/quickref") }}">Quick reference for {{ port_name }}</a><br/>
31
<span class="linkdescr">pinout for {{ port_name }} and snippets of useful code</span>
0 commit comments