* repeater: CLI, added "region put" and "region remove" commands

This commit is contained in:
Scott Powell 2025-11-06 21:40:52 +11:00
parent 256848208d
commit ddac13ae80
3 changed files with 38 additions and 6 deletions

View file

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