Skip to content

Commit b1a1382

Browse files
author
GitHub Actions
committed
Merge branch 'main' of github.com:UNIT-Electronics-MX/unit_pulsar_esp32_h2
2 parents e82e19b + 1061d56 commit b1a1382

File tree

5 files changed

+69
-3
lines changed

5 files changed

+69
-3
lines changed

docs/02_lib.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,37 @@ <h3>Installation Methods<a class="headerlink" href="#installation-methods" title
499499
<h4>Web-Based Flashing (Recommended for Beginners)<a class="headerlink" href="#web-based-flashing-recommended-for-beginners" title="Link to this heading">#</a></h4>
500500
<p>Using <strong>ESPTool-JS Web Flasher</strong>:</p>
501501
<ol class="arabic simple">
502-
<li><p><strong>Open Web Flasher</strong>: Navigate to <a class="reference external" href="https://espressif.github.io/esptool-js/">https://espressif.github.io/esptool-js/</a></p></li>
502+
<li><p><strong>Open Web Flasher</strong>: Navigate to</p></li>
503+
</ol>
504+
<div style="display: flex; justify-content: center; margin: 2em 0;">
505+
<button
506+
style="
507+
background-color: #2b6cb0;
508+
color: #fff;
509+
border: none;
510+
border-radius: 6px;
511+
padding: 12px 28px;
512+
font-size: 1em;
513+
font-weight: 600;
514+
font-family: 'Segoe UI', Roboto, sans-serif;
515+
letter-spacing: 0.2px;
516+
cursor: pointer;
517+
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
518+
transition: all 0.25s ease;
519+
"
520+
onmouseover="
521+
this.style.backgroundColor='#2c5282';
522+
this.style.boxShadow='0 4px 12px rgba(0,0,0,0.15)';
523+
"
524+
onmouseout="
525+
this.style.backgroundColor='#2b6cb0';
526+
this.style.boxShadow='0 2px 6px rgba(0,0,0,0.1)';
527+
"
528+
onclick="window.open('https://espressif.github.io/esptool-js/', '_blank')"
529+
>
530+
Open ESPTool-JS Web Flasher
531+
</button>
532+
</div><ol class="arabic simple" start="2">
503533
<li><p><strong>Connect Device</strong>: Connect your PULSAR H2 via USB-C</p></li>
504534
<li><p><strong>Device Detection</strong>: Click “Connect” and select your ESP32-H2 device</p></li>
505535
<li><p><strong>Configure Flashing Parameters</strong>:</p>

docs/_sources/02_lib.rst

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,43 @@ Web-Based Flashing (Recommended for Beginners)
3333

3434
Using **ESPTool-JS Web Flasher**:
3535

36-
1. **Open Web Flasher**: Navigate to https://espressif.github.io/esptool-js/
36+
1. **Open Web Flasher**: Navigate to
37+
38+
.. raw:: html
39+
40+
<div style="display: flex; justify-content: center; margin: 2em 0;">
41+
<button
42+
style="
43+
background-color: #2b6cb0;
44+
color: #fff;
45+
border: none;
46+
border-radius: 6px;
47+
padding: 12px 28px;
48+
font-size: 1em;
49+
font-weight: 600;
50+
font-family: 'Segoe UI', Roboto, sans-serif;
51+
letter-spacing: 0.2px;
52+
cursor: pointer;
53+
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
54+
transition: all 0.25s ease;
55+
"
56+
onmouseover="
57+
this.style.backgroundColor='#2c5282';
58+
this.style.boxShadow='0 4px 12px rgba(0,0,0,0.15)';
59+
"
60+
onmouseout="
61+
this.style.backgroundColor='#2b6cb0';
62+
this.style.boxShadow='0 2px 6px rgba(0,0,0,0.1)';
63+
"
64+
onclick="window.open('https://espressif.github.io/esptool-js/', '_blank')"
65+
>
66+
Open ESPTool-JS Web Flasher
67+
</button>
68+
</div>
69+
70+
71+
72+
3773
2. **Connect Device**: Connect your PULSAR H2 via USB-C
3874
3. **Device Detection**: Click "Connect" and select your ESP32-H2 device
3975
4. **Configure Flashing Parameters**:

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.
-187 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)