kopia lustrzana https://github.com/meshtastic/protobufs
Adds OKToMqtt bool to data
rodzic
5f7c91adb9
commit
30eb05a8a9
|
@ -888,6 +888,11 @@ message Data {
|
|||
* a message a heart or poop emoji.
|
||||
*/
|
||||
fixed32 emoji = 8;
|
||||
|
||||
/*
|
||||
* Defaults to false. Indicates the user approves the packet being uploaded to MQTT.
|
||||
*/
|
||||
bool OKToMqtt = 9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -1889,4 +1894,4 @@ message ChunkedPayloadResponse {
|
|||
*/
|
||||
resend_chunks resend_chunks = 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue