mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 14:33:07 +01:00
introduce a help button, show build command
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
<div class="row">
|
||||
<span class="label">Build Flags</span>
|
||||
<div class="value" id="buildflags"></div>
|
||||
<button class="help" id="buildCommand">?</button>
|
||||
</div>
|
||||
<div class="row hidden error">
|
||||
<span class="label">Error</span>
|
||||
@@ -65,6 +66,16 @@
|
||||
<button id="download">Download</button>
|
||||
<button id="webinstall">Install</button>
|
||||
</div>
|
||||
<div class="overlayContainer hidden" id="overlayContainer">
|
||||
<div id="overlay" class="overlay">
|
||||
<div id="overlayContent" class="overlayContent">
|
||||
AHA
|
||||
</div>
|
||||
<div class="overlayButtons">
|
||||
<button id="hideOverlay">Close</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<iframe id="dlframe" width="1" height="1"></iframe>
|
||||
<form id="upload">
|
||||
<input type="file" id="fileSelect"/>
|
||||
|
||||
Reference in New Issue
Block a user