Skip to content

Commit

Permalink
Merge pull request #483 from WildernessLabs/patridge-patch-1
Browse files Browse the repository at this point in the history
Add .NET 8 firmware path and config route example
  • Loading branch information
adrianstevens committed Feb 18, 2024
2 parents a5faa67 + a14c361 commit e441792
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,22 @@ meadow firmware download
meadow firmware write
```

### List available Meadow devices

```
meadow list ports
```

You can then specify which port to use for future commands (replace `{port-name}` to your desired device port, such as `COM3` on Windows or `/dev/tty.usbmodem336F336D30361` on macOS).

```
meadow config route {port-name}
```

### Listen for Meadow Console.WriteLine

After configuring a route to the desired Meadow device.

```
meadow listen
```
Expand Down Expand Up @@ -83,5 +98,7 @@ dotnet tool install WildernessLabs.Meadow.CLI --global

If you need to find or clear out any of the OS download files retrieved by Meadow.CLI, they are located in a WildernessLabs folder in the user directory.

* macOS: `~/.local/share/WildernessLabs/Firmware/`
* Windows: `%LOCALAPPDATA%\WildernessLabs\Firmware`
* macOS
* .NET 8 or newer: `~/Library/Application Support/WildernessLabs/Firmware`
* .NET 7 or earlier: `~/.local/share/WildernessLabs/Firmware/`

0 comments on commit e441792

Please sign in to comment.