Move v2.5 boards above v2.0 boards for anyone who does not know which one to choose (#102)
This commit is contained in:
parent
bb29b9bbc5
commit
36c4e55522
|
@ -157,6 +157,19 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><em>Note: At the moment ESPHome only supports Security + 2.0 door openers (Yellow learn button). Support for other protocols is coming.</em></p>
|
<p><em>Note: At the moment ESPHome only supports Security + 2.0 door openers (Yellow learn button). Support for other protocols is coming.</em></p>
|
||||||
|
|
||||||
|
<h3>v2.5 Board</h3>
|
||||||
|
<div class="radios">
|
||||||
|
<label>
|
||||||
|
<input type="radio" name="type" value="v25board_esp8266_d1_mini_lite" checked />
|
||||||
|
<img src="./v25board_esp8266_d1_mini_lite.png" alt="ratgdo v2.5 board with ESP8266 D1 Mini Lite" />
|
||||||
|
</label>
|
||||||
|
<label>
|
||||||
|
<input type="radio" name="type" value="v25board_esp32_d1_mini" />
|
||||||
|
<img src="./v25board_esp32_d1_mini.png" alt="ratgdo v2.5 board with ESP32 D1 Mini" />
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3>v2.0 Board</h3>
|
<h3>v2.0 Board</h3>
|
||||||
<div class="radios">
|
<div class="radios">
|
||||||
<label>
|
<label>
|
||||||
|
@ -172,17 +185,6 @@
|
||||||
<img src="./v2board_esp32_lolin_s2_mini.png" alt="ratgdo v2.0 board with ESP32 lolin s2 mini" />
|
<img src="./v2board_esp32_lolin_s2_mini.png" alt="ratgdo v2.0 board with ESP32 lolin s2 mini" />
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<h3>v2.5 Board</h3>
|
|
||||||
<div class="radios">
|
|
||||||
<label>
|
|
||||||
<input type="radio" name="type" value="v25board_esp8266_d1_mini_lite" checked />
|
|
||||||
<img src="./v25board_esp8266_d1_mini_lite.png" alt="ratgdo v2.5 board with ESP8266 D1 Mini Lite" />
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input type="radio" name="type" value="v25board_esp32_d1_mini" />
|
|
||||||
<img src="./v25board_esp32_d1_mini.png" alt="ratgdo v2.5 board with ESP32 D1 Mini" />
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p class="button-row" align="center">
|
<p class="button-row" align="center">
|
||||||
<esp-web-install-button></esp-web-install-button>
|
<esp-web-install-button></esp-web-install-button>
|
||||||
|
|
Loading…
Reference in New Issue