Skip to content

Commit a9bcaa8

Browse files
committed
Deployed 7a4f716 to 1.0 with MkDocs 1.3.0 and mike 1.1.2
1 parent e85fc6f commit a9bcaa8

File tree

6 files changed

+82
-80
lines changed

6 files changed

+82
-80
lines changed

1.0/CONTRIBUTING/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ <h3 id="prerequisites">Prerequisites<a class="headerlink" href="#prerequisites"
18601860
<li>download and install the <a href="https://github.com/protocolbuffers/protobuf/releases">protoc</a> compiler (use the version required to match the generated code, please note that
18611861
the latest releases does not follow semantic versioning anymore so, for example, the version 5.26.1 must be searched
18621862
as 26.1 dropping the major number)</li>
1863-
<li>install <code>protoc-gen-go</code> using: <code>go install google.golang.org/protobuf/cmd/[email protected].1</code> (use the version
1863+
<li>install <code>protoc-gen-go</code> using: <code>go install google.golang.org/protobuf/cmd/[email protected].2</code> (use the version
18641864
required to match the generated code)</li>
18651865
<li>install <code>protoc-gen-go-grpc</code> using: <code>go install google.golang.org/grpc/cmd/[email protected]</code> (use the version
18661866
required to match the generated code)</li>

1.0/commands/arduino-cli_monitor/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,6 +1457,8 @@ <h3 id="synopsis">Synopsis<a class="headerlink" href="#synopsis" title="Permanen
14571457
</code></pre></div>
14581458
<h3 id="examples">Examples<a class="headerlink" href="#examples" title="Permanent link">&para;</a></h3>
14591459
<div class="highlight"><pre><span></span><code> arduino-cli monitor -p /dev/ttyACM0
1460+
arduino-cli monitor -p /dev/ttyACM0 -b arduino:avr:uno
1461+
arduino-cli monitor -p /dev/ttyACM0 --config 115200
14601462
arduino-cli monitor -p /dev/ttyACM0 --describe
14611463
</code></pre></div>
14621464
<h3 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h3>

1.0/platform-specification/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,14 +2821,14 @@ <h2 id="boardstxt">boards.txt<a class="headerlink" href="#boardstxt" title="Perm
28212821
<p>If the platform supports pluggable discovery it may also declare a set of <code>upload_port.*</code> properties, these properties
28222822
will be used to identify a board by the discovery process when plugged in.</p>
28232823
<p>For example we could declare a series of <code>upload_port.vid</code> and <code>upload_port.pid</code> properties for the Uno like so:</p>
2824-
<div class="highlight"><pre><span></span><code>uno.upload_port.vid.0=0x2341
2825-
uno.upload_port.pid.0=0x0043
2826-
uno.upload_port.vid.1=0x2341
2827-
uno.upload_port.pid.1=0x0001
2828-
uno.upload_port.vid.2=0x2A03
2829-
uno.upload_port.pid.2=0x0043
2830-
uno.upload_port.vid.3=0x2341
2831-
uno.upload_port.pid.3=0x0243
2824+
<div class="highlight"><pre><span></span><code>uno.upload_port.0.vid=0x2341
2825+
uno.upload_port.0.pid=0x0043
2826+
uno.upload_port.1.vid=0x2341
2827+
uno.upload_port.1.pid=0x0001
2828+
uno.upload_port.2.vid=0x2A03
2829+
uno.upload_port.2.pid=0x0043
2830+
uno.upload_port.3.vid=0x2341
2831+
uno.upload_port.3.pid=0x0243
28322832
</code></pre></div>
28332833
<p>In this case we're using the board's USB VID/PID pair to identify it but <code>upload_port.*</code> properties can be anything that
28342834
can help identify a certain board. For more detailed information see the

1.0/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)