Buf fixes

This commit is contained in:
Ben Meadors 2025-12-20 07:14:45 -06:00
parent 0ef2bdf6a3
commit f28d17eba1
2 changed files with 4 additions and 1 deletions

View file

@ -10,6 +10,9 @@ modules:
- MINIMAL
except:
- PACKAGE_NO_IMPORT_CYCLE
ignore_only:
PACKAGE_DEFINED:
- nanopb.proto
disallow_comment_ignores: true
breaking:
use:

View file

@ -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.