This commit is contained in:
Thomas Suckow 2026-04-17 15:44:32 -05:00 committed by GitHub
commit a7feaf7cf6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}