fix flasher page
This commit is contained in:
parent
20bc15d806
commit
d5b7fe0d9d
|
@ -161,11 +161,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" 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" checked />
|
<input type="radio" name="type" value="v2board_esp32_d1_mini" />
|
||||||
<img src="./v2board_esp32_d1_mini" 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>
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 326 KiB |
Binary file not shown.
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 310 KiB |
Loading…
Reference in New Issue