mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge e90bfd7035 into 4d5b500df5
This commit is contained in:
commit
a7feaf7cf6
1 changed files with 8 additions and 0 deletions
|
|
@ -2377,6 +2377,14 @@ message ToRadio {
|
|||
* Heartbeat message (used to keep the device connection awake on serial)
|
||||
*/
|
||||
Heartbeat heartbeat = 7;
|
||||
|
||||
/*
|
||||
* Set or clear promiscuous capture mode for LoRa RX.
|
||||
* If true, the device will forward all received LoRa packets to FromRadio as encrypted MeshPacket payloads,
|
||||
* and will avoid additionally sending the decrypted copies. ToRadio will also skip overwriting the from address.
|
||||
* This is primarily intended for virtual nodes that want to handle the packet protocol directly via serial.
|
||||
*/
|
||||
bool set_promiscuous = 8;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue