mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Buf fixes
This commit is contained in:
parent
0ef2bdf6a3
commit
f28d17eba1
2 changed files with 4 additions and 1 deletions
3
buf.yaml
3
buf.yaml
|
|
@ -10,6 +10,9 @@ modules:
|
|||
- MINIMAL
|
||||
except:
|
||||
- PACKAGE_NO_IMPORT_CYCLE
|
||||
ignore_only:
|
||||
PACKAGE_DEFINED:
|
||||
- nanopb.proto
|
||||
disallow_comment_ignores: true
|
||||
breaking:
|
||||
use:
|
||||
|
|
|
|||
|
|
@ -839,7 +839,7 @@ enum HardwareModel {
|
|||
* Elecrow ThinkNode M6
|
||||
*/
|
||||
THINKNODE_M6 = 120;
|
||||
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue