1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

add handling for board type to images and webflasher

This commit is contained in:
andreas
2023-09-07 16:53:32 +02:00
parent 0d5343ddf4
commit 2b42cc53e7
7 changed files with 224 additions and 92 deletions

View File

@@ -11,11 +11,12 @@
<body>
<div class="heading"></div>
<div class="console"></div>
<div class="upload"></div>
<div id="loadingFrame">
<div id="loadingText" >loading data</div>
<img id="loading" src="spinner.gif"/>
</div>
<div class="content">
<div id="loadingFrame">
<div id="loadingText" ></div>
<img id="loading" src="spinner.gif"/>
</div>
</div>
<div id="terminal"></div>
</body>