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.
2 parents 1a63a3d + 76cca14 commit aa48fafCopy full SHA for aa48faf
meshtastic/module_config.proto
@@ -337,9 +337,12 @@ message ModuleConfig {
337
// VE.Direct is a serial protocol used by Victron Energy products
338
// https://beta.ivc.no/wiki/index.php/Victron_VE_Direct_DIY_Cable
339
VE_DIRECT = 7;
340
- //Used to configure and view some parameters of MeshSolar.
341
- //https://heltec.org/project/meshsolar/
+ // Used to configure and view some parameters of MeshSolar.
+ // https://heltec.org/project/meshsolar/
342
MS_CONFIG = 8;
343
+ // Logs mesh traffic to the serial pins, ideal for logging via openLog or similar.
344
+ LOG = 9; // includes other packets
345
+ LOGTEXT = 10; // only text (channel & DM)
346
}
347
348
/*
0 commit comments