Skip to content

Commit 553c8ae

Browse files
authored
demo: add comma four (#119)
- Link to comma four shop page in intro - Use proper comma branding: "comma three / 3X / four"
1 parent 21d7be7 commit 553c8ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@
9191
<body>
9292
<h1>QDL.js Demo</h1>
9393

94-
<p>This demo will connect to a comma three device in QDL mode and read its partition information.</p>
94+
<p>This demo will connect to a comma device (like the <a href="https://comma.ai/shop/comma-four">comma four</a>) in QDL mode and read its partition information.</p>
9595

9696
<h2>Instructions:</h2>
9797
<ol>
98-
<li>Unplug all cables from your comma 3/3X</li>
98+
<li>Unplug all cables from your comma device</li>
9999
<li>Wait until the LED on the rear turns off completely</li>
100100
<li>Remove the dust cover from the lower USB-C port</li>
101101
<li>Connect the device to your computer</li>
@@ -110,7 +110,7 @@ <h3>Note on Linux</h3>
110110
<section id="controls">
111111
<label for="programmer">Select a device type</label>
112112
<select id="programmer">
113-
<option value="https://raw.githubusercontent.com/commaai/flash/master/src/QDL/programmer.bin">comma 3/3X</option>
113+
<option value="https://raw.githubusercontent.com/commaai/flash/master/src/QDL/programmer.bin">comma three / 3X / four</option>
114114
<option value="https://raw.githubusercontent.com/bkerler/Loaders/master/oneplus/0008b0e10051459b_dd7c5f2e53176bee_fhprg_op6t.bin">OnePlus 6T</option>
115115
</select>
116116
<button onclick="connectDevice()">Connect & Read Info</button>

0 commit comments

Comments
 (0)