-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle-option-split.html
More file actions
26 lines (25 loc) · 1.08 KB
/
Copy pathstyle-option-split.html
File metadata and controls
26 lines (25 loc) · 1.08 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
<!doctype html>
<html lang="en">
<head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Split Console - flasher.cloud</title><link rel="stylesheet" href="./style-options.css" /></head>
<body class="split">
<main class="split-shell">
<section class="split-doc">
<img class="split-logo" src="./logo.svg" alt="" />
<p class="eyebrow">Docs beside the session</p>
<h1>Read, connect, flash, verify.</h1>
<p>This option keeps the explanation and references next to a persistent terminal. It is built for advanced users who need context while debugging.</p>
<h2>Current utility</h2><p>ESP raw BIN flasher using esptool-js over Web Serial.</p>
</section>
<section class="split-console">
<p class="eyebrow">Live session</p>
<pre class="console">flasher.cloud session
browser: secure context ok
serial: navigator.serial present
usb: navigator.usb present
connect > select port
detect > waiting for bootloader
write > ready</pre>
</section>
</main>
</body>
</html>