mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* repeater: CLI, added "region put" and "region remove" commands
This commit is contained in:
parent
256848208d
commit
ddac13ae80
3 changed files with 38 additions and 6 deletions
|
|
@ -30,6 +30,8 @@ class RegionMap {
|
|||
public:
|
||||
RegionMap(TransportKeyStore& store);
|
||||
|
||||
static bool is_name_char(char c);
|
||||
|
||||
bool load(FILESYSTEM* _fs);
|
||||
bool save(FILESYSTEM* _fs);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue