Skip to content

Commit aa48faf

Browse files
authored
Merge pull request #841 from DaneEvans/feat/serialModes_LOG
Serial modes - Logging
2 parents 1a63a3d + 76cca14 commit aa48faf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

meshtastic/module_config.proto

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,9 +337,12 @@ message ModuleConfig {
337337
// VE.Direct is a serial protocol used by Victron Energy products
338338
// https://beta.ivc.no/wiki/index.php/Victron_VE_Direct_DIY_Cable
339339
VE_DIRECT = 7;
340-
//Used to configure and view some parameters of MeshSolar.
341-
//https://heltec.org/project/meshsolar/
340+
// Used to configure and view some parameters of MeshSolar.
341+
// https://heltec.org/project/meshsolar/
342342
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)
343346
}
344347

345348
/*

0 commit comments

Comments
 (0)