Fix missing esp32 images (#201)
This commit is contained in:
parent
454a53ac61
commit
c869aad0ff
|
@ -224,11 +224,18 @@
|
|||
</label>
|
||||
|
||||
<label>
|
||||
<img style="background-color: #555;" alt="v2.5 esp32" />
|
||||
<img src="./v25board_esp32_d1_mini.png" alt="v2.5 esp32" />
|
||||
<input type="radio" name="hardware" value="v25board_esp32_d1_mini" />
|
||||
ratgdo v2.5<br/>
|
||||
ESP32 (black PCB)
|
||||
</label>
|
||||
|
||||
<label>
|
||||
<img src="./v2board_esp32_d1_mini.png" alt="v2.0 esp32" />
|
||||
<input type="radio" name="hardware" value="v2board_esp32_d1_mini" />
|
||||
ratgdo v2.0<br/>
|
||||
ESP32 (white PCB)
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
|
@ -265,7 +272,7 @@
|
|||
>
|
||||
</li>
|
||||
<li>
|
||||
The YAML configuration is on
|
||||
The YAML configuration for additional boards and chips is available on
|
||||
<a href="https://github.com/RATGDO/esphome-ratgdo/tree/main/static">GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue