Welcome to mirror list, hosted at ThFree Co, Russian Federation.

debug_trace.html « tabs - github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1d031f12d2e8bb82ddbb4397fce089e54aae05f (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
<title>Debug Trace</title>
    <script type="text/javascript" src="/build/debug-trace.js"></script>
</head>
<body>
    <pre><code id="debug-trace"></code></pre>
</body>
</html>