kopia lustrzana https://github.com/meshtastic/protobufs
Explicit map report opt-in
rodzic
8cb3e62a0d
commit
bd3e8b2fc8
|
@ -95,6 +95,11 @@ message ModuleConfig {
|
||||||
* Bits of precision for the location sent (default of 32 is full precision).
|
* Bits of precision for the location sent (default of 32 is full precision).
|
||||||
*/
|
*/
|
||||||
uint32 position_precision = 2;
|
uint32 position_precision = 2;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Whether we should report our location to the map
|
||||||
|
*/
|
||||||
|
optional bool should_report_location = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -103,4 +103,9 @@ message MapReport {
|
||||||
* Number of online nodes (heard in the last 2 hours) this node has in its list that were received locally (not via MQTT)
|
* Number of online nodes (heard in the last 2 hours) this node has in its list that were received locally (not via MQTT)
|
||||||
*/
|
*/
|
||||||
uint32 num_online_local_nodes = 13;
|
uint32 num_online_local_nodes = 13;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* User has opted in to share their location (map report) with the mqtt server
|
||||||
|
*/
|
||||||
|
bool has_opted_in = 14;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue