Skip to content

Commit

Permalink
make phrasing more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre committed Jan 28, 2025
1 parent 10dc295 commit c0ea528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/data-ai/capture-data/capture-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,9 +469,9 @@ To add them to your JSON configuration you must explicitly add the remote resour
| `name` | The name specifies the fully qualified name of the part. |
| `additional_params` | The additional parameters specify the data sources when you are using a board. |

{{< expand "Click to view example JSON configuration for an ESP32 board" >}}
{{< expand "Click to view example JSON configuration for an ESP32 board that will be established as a remote part" >}}

The following example shows the configuration of the remote part, in this case an [ESP32 board](/operate/reference/components/board/esp32/).
The following example shows the configuration of the part that we will establish as a remote, in this case an [ESP32 board](/operate/reference/components/board/esp32/).
This config is just like that of a non-remote part; the remote connection is established by the main part (in the next expandable example).

```json {class="line-numbers linkable-line-numbers"}
Expand Down Expand Up @@ -529,7 +529,7 @@ This config is just like that of a non-remote part; the remote connection is est

{{< expand "Click to view the JSON configuration for capturing data from two analog readers and a pin of the board's GPIO" >}}

The following example captures data from two analog readers that provide a voltage reading and from pin 27 of the board's GPIO:
The following example of a configuration with a remote part captures data from two analog readers that provide a voltage reading and from pin 27 of the GPIO of the board that we configured in the previous example:

```json {class="line-numbers linkable-line-numbers"}
{
Expand Down Expand Up @@ -599,7 +599,7 @@ The following example captures data from two analog readers that provide a volta

{{< expand "Click to view the JSON configuration for capturing data from a camera" >}}

The following example captures data from the `ReadImage` method of a camera:
The following example of a configuration with a remote part captures data from the `ReadImage` method of a camera:

```json {class="line-numbers linkable-line-numbers"}
{
Expand Down

0 comments on commit c0ea528

Please sign in to comment.