* ANON_REQ_TYPE_REGIONS now direct only, with reply_path encoded in request

This commit is contained in:
Scott Powell 2026-01-08 13:20:52 +11:00
parent 8d51126956
commit 5cc44dd802
2 changed files with 16 additions and 4 deletions

View file

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