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

export and import of xdr mappings

This commit is contained in:
wellenvogel
2021-11-23 19:40:29 +01:00
parent 6214d0111e
commit a9e1357c7f
3 changed files with 86 additions and 0 deletions

View File

@@ -65,6 +65,8 @@
<button id="resetForm">ReloadConfig</button>
<button id="changeConfig">Save&Restart</button>
<button id="loadUnassigned">Show Unmapped</button>
<button id="exportXdr">Export</button>
<button id="importXdr">Import</button>
</div>
</div>
<div class="tabPage hidden" id="dashboardPage">
@@ -113,6 +115,9 @@
in the documentation.
</p>
</div>
<div class="hidden">
<a id="downloadXdr"></a>
</div>
</body>
</html>