1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-23 08:15:19 +03:00
inav-configurator/tabs/debug_trace.html
Andi Kanzler f24ccfc637 Init
2024-02-10 18:08:17 -03:00

9 lines
192 B
HTML

<html>
<head>
<title>Debug Trace</title>
<script type="text/javascript" src="./../js/debug_trace.js"></script>
</head>
<body>
<pre><code id="debug-trace"></code></pre>
</body>
</html>