mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* ANON_REQ_TYPE_REGIONS now direct only, with reply_path encoded in request
This commit is contained in:
parent
8d51126956
commit
5cc44dd802
2 changed files with 16 additions and 4 deletions
|
|
@ -88,6 +88,8 @@ class MyMesh : public mesh::Mesh, public CommonCLICallbacks {
|
|||
NodePrefs _prefs;
|
||||
CommonCLI _cli;
|
||||
uint8_t reply_data[MAX_PACKET_PAYLOAD];
|
||||
uint8_t reply_path[MAX_PATH_SIZE];
|
||||
int8_t reply_path_len;
|
||||
ClientACL acl;
|
||||
TransportKeyStore key_store;
|
||||
RegionMap region_map, temp_map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue