We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef2bdf commit f28d17eCopy full SHA for f28d17e
buf.yaml
@@ -10,6 +10,9 @@ modules:
10
- MINIMAL
11
except:
12
- PACKAGE_NO_IMPORT_CYCLE
13
+ ignore_only:
14
+ PACKAGE_DEFINED:
15
+ - nanopb.proto
16
disallow_comment_ignores: true
17
breaking:
18
use:
meshtastic/mesh.proto
@@ -839,7 +839,7 @@ enum HardwareModel {
839
* Elecrow ThinkNode M6
840
*/
841
THINKNODE_M6 = 120;
842
-
+
843
/*
844
* ------------------------------------------------------------------------------------------------------------------------------------------
845
* 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.
0 commit comments