-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-option-docs.html
More file actions
47 lines (47 loc) · 1.95 KB
/
Copy pathstyle-option-docs.html
File metadata and controls
47 lines (47 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Docs Portal - flasher.cloud</title>
<link rel="stylesheet" href="./style-options.css" />
</head>
<body class="docs">
<div class="docs-shell">
<aside>
<a class="brand" href="./siteStyleOptions.html"><img src="./logo.svg" alt="" /><span>flasher.cloud</span></a>
<ul class="nav-list">
<li><a href="#"><span>Getting started</span><small>Overview</small></a></li>
<li><a href="#"><span>ESP flashing</span><small>Serial</small></a></li>
<li><a href="#"><span>DFU downloads</span><small>USB</small></a></li>
<li><a href="#"><span>UF2 workflow</span><small>File</small></a></li>
<li><a href="#"><span>Serial terminal</span><small>Diagnostics</small></a></li>
</ul>
</aside>
<main>
<article>
<p class="eyebrow">Reference-first browser flashing</p>
<h1>Flash firmware with documented, hosted utilities.</h1>
<div class="callout">
Pick a board family, review the transport, then launch the matching browser flasher. This style favors
documentation, stable reading, and confidence over visual drama.
</div>
<h2>Supported utility families</h2>
<div class="doc-table">ESP manifests, ESP raw BIN, USB DFU, UF2 validation, serial file transfer, terminal diagnostics.</div>
<h2>Example session</h2>
<pre class="code-block">1. Connect a board in bootloader mode
2. Select the hosted flasher
3. Choose firmware and verify transport support
4. Flash and review the session log</pre>
</article>
</main>
<aside class="toc">
<p class="eyebrow">On this page</p>
<p>Utility families</p>
<p>Browser support</p>
<p>References</p>
<p>Session log</p>
</aside>
</div>
</body>
</html>