diff --git a/_includes/gpios.html b/_includes/gpios.html index 183f465b0..fae74c221 100644 --- a/_includes/gpios.html +++ b/_includes/gpios.html @@ -523,7 +523,13 @@ {% else %}{{ forloop.index0 | prepend: 'GPIO' }} {% endif %} - {% elsif page.templates2 != nil %} + {% elsif page.templatec6 != nil %} + {% if forloop.index0 > 21 %}{{ forloop.index0 | plus: 11 | prepend: 'GPIO' }} + {% elsif forloop.index <= 10 %}{{ forloop.index0 | prepend: 'GPIO0' }} + {% else %}{{ forloop.index0 | prepend: 'GPIO' }} + {% endif %} + + {% elsif page.templates2 != nil %} {% if forloop.index0 > 21 %}{{ forloop.index0 | plus: 11 | prepend: 'GPIO' }} {% elsif forloop.index <= 10 %}{{ forloop.index0 | prepend: 'GPIO0' }} {% else %}{{ forloop.index0 | prepend: 'GPIO' }} diff --git a/assets/device_images/weact_ESP32-C6_A.webp b/assets/device_images/weact_ESP32-C6-A.webp similarity index 100% rename from assets/device_images/weact_ESP32-C6_A.webp rename to assets/device_images/weact_ESP32-C6-A.webp