typo
This commit is contained in:
parent
9f4aab2153
commit
be5ebf8b9e
|
@ -147,12 +147,12 @@
|
||||||
<img
|
<img
|
||||||
class="header"
|
class="header"
|
||||||
src="./header.png"
|
src="./header.png"
|
||||||
alt="ESPHOME RATGDO."
|
alt="ESPHome ratgdo."
|
||||||
/>
|
/>
|
||||||
<h1>ESPHome RATGDO</h1>
|
<h1>ESPHome ratgdo</h1>
|
||||||
<p></p>
|
<p></p>
|
||||||
<p>
|
<p>
|
||||||
Pick your board to flash your RATGDO board with ESPhome for <a href="https://github.com/PaulWieland/ratgdo">RATGDO</a>.
|
Pick your board to flash your ratgdo board with ESPhome for <a href="https://github.com/PaulWieland/ratgdo#ratgdo">ratgdo</a>.
|
||||||
No programming or other software required.
|
No programming or other software required.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -162,11 +162,11 @@
|
||||||
<div class="radios">
|
<div class="radios">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="type" value="v2board_esp8266_d1_mini_lite" checked />
|
<input type="radio" name="type" value="v2board_esp8266_d1_mini_lite" checked />
|
||||||
<img src="./v2board_esp8266_d1_mini_lite.png" alt="RATGDO v2 board with ESP8266 D1 Mini Lite" />
|
<img src="./v2board_esp8266_d1_mini_lite.png" alt="ratgdo v2 board with ESP8266 D1 Mini Lite" />
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="type" value="v2board_esp32_d1_mini" />
|
<input type="radio" name="type" value="v2board_esp32_d1_mini" />
|
||||||
<img src="./v2board_esp32_d1_mini.png" alt="RATGDO v2 board with ESP32 D1 Mini" />
|
<img src="./v2board_esp32_d1_mini.png" alt="ratgdo v2 board with ESP32 D1 Mini" />
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -175,13 +175,13 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="hidden info v2board">
|
<div class="hidden info v2board">
|
||||||
<h3>RATGDO Shield v2</h3>
|
<h3>ratgdo Shield v2</h3>
|
||||||
<p>
|
<p>
|
||||||
Replace the official RATGDO v2 board firmware with
|
Replace the official ratgdo v2 board firmware with
|
||||||
ESPHome.
|
ESPHome.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
This project is not affiliated with RATGDO or Paul Wieland.
|
This project is not affiliated with ratgdo or Paul Wieland.
|
||||||
|
|
||||||
Please support his excellent work by buying his boards.
|
Please support his excellent work by buying his boards.
|
||||||
<a
|
<a
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
substitutions:
|
substitutions:
|
||||||
id_prefix: ratgdov2
|
id_prefix: ratgdov2
|
||||||
friendly_name: "RATGDOv2"
|
friendly_name: "ratgdov2"
|
||||||
uart_tx_pin: D4
|
uart_tx_pin: D4
|
||||||
uart_rx_pin: D2
|
uart_rx_pin: D2
|
||||||
status_door_pin: D0
|
status_door_pin: D0
|
||||||
|
|
Loading…
Reference in New Issue