Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
blakadder committed Sep 27, 2021
1 parent c4db236 commit 0ab0929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h2>This device now comes with a Wi-Fi module incompatible with Tasmota</h2>
{% if page.template != nil %}
{% assign template = page.template | split: ':' %}
{% assign gpios = template[2] | remove: '[' | remove: '],"FLAG"' | split: ',' %}
{% if gpios contains '131' or '132' or '133' or '134' or '135' or '136' or '137' or '145' or '146' or '156' or '207' %}
{% if gpios contains '131' gpios contains '132' gpios contains '133' gpios contains '134' gpios contains '135' gpios contains '136' gpios contains '137' gpios contains '145' gpios contains '146' gpios contains '156' gpios contains '207' %}
For more accurate energy consumption measurements this device requires <a href="https://tasmota.github.io/docs/Power-Monitoring-Calibration">power monitoring calibration</a>.
<br><br>
<p>
Expand All @@ -186,7 +186,7 @@ <h2>This device now comes with a Wi-Fi module incompatible with Tasmota</h2>
{% assign template = page.template32 | split: ':' %}
{% endif %}
{% assign gpios = template[2] | remove: '[' | remove: '],"FLAG"' | split: ',' %}
{% if gpios contains '2624' or '2656' or '2688' or '2720' or '2752' or '2784' or '2816' or '3072' or '3104' or '3456' or '5056' or '7296' or '7328' or '8128' %}
{% if gpios contains '2624' gpios contains '2656' gpios contains '2688' gpios contains '2720' gpios contains '2752' gpios contains '2784' gpios contains '2816' gpios contains '3072' gpios contains '3104' gpios contains '3456' gpios contains '5056' gpios contains '7296' gpios contains '7328' gpios contains '8128' %}

For more accurate energy consumption measurements this device requires <a href="https://tasmota.github.io/docs/Power-Monitoring-Calibration">power monitoring calibration</a>.
<br><br>
Expand Down

0 comments on commit 0ab0929

Please sign in to comment.