mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-09-16 11:52:36 +00:00
* CLI: removed "sub" and "unsub" (cannot support via command line)
* _SUBSCRIBE: binary req/resp payload changes (now keeps supplied 'push_tag') * Sensor: added MCU temperature support in telemetry
This commit is contained in:
@@ -30,6 +30,7 @@ struct ClientInfo {
|
||||
} room;
|
||||
struct {
|
||||
uint32_t expiry_timestamp; // epoch seconds
|
||||
uint32_t push_tag;
|
||||
uint16_t scope_region_id; // scope to use when sending telemetry to this client/subscriber
|
||||
uint8_t min_deltas_len;
|
||||
uint8_t min_deltas[14]; // LPP encoded
|
||||
|
||||
Reference in New Issue
Block a user