mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add logging modes.
This commit is contained in:
parent
1a63a3d0d2
commit
8816b4715d
1 changed files with 3 additions and 0 deletions
|
|
@ -340,6 +340,9 @@ message ModuleConfig {
|
|||
//Used to configure and view some parameters of MeshSolar.
|
||||
//https://heltec.org/project/meshsolar/
|
||||
MS_CONFIG = 8;
|
||||
//Logs mesh traffic to the serial pins, ideal for logging via openLog or similar.
|
||||
LOG = 9; // includes other packets
|
||||
LOGTEXT = 10; // only text (channel & DM)
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue