Skip to content

Commit

Permalink
protobuf readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Sep 12, 2024
1 parent e58a21e commit 5fafd29
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,15 @@ Start the development server:
```bash
pnpm dev
```

### Updating Protobufs

To update to the latest protobufs go to https://buf.build/meshtastic/protobufs/sdks and select plugin version `1.10`.

The version should look something like this: `1.10.0-20240906232734-3da561588c55.1`

Where the version is *always* `1.10.0` followed by a timestamp and a commit hash. Updating to an SDK version higher than 1.10.0 has breaking changes.

Use that version to updated your `package.json` file.

*Ensure to keep the `meshtastic/js` protobufs in step with web*

0 comments on commit 5fafd29

Please sign in to comment.