Add secure management reports and honor GPS off

This commit is contained in:
mikecarper
2026-09-16 20:42:30 -07:00
parent ad0ea545d3
commit 4ba26ff4af
30 changed files with 2109 additions and 76 deletions
+1
View File
@@ -1016,6 +1016,7 @@ void SensorMesh::begin(FILESYSTEM* fs) {
_fs = fs;
// load persisted prefs
_cli.loadPrefs(_fs);
_cli.beginManagement(*this, _fs);
acl.load(_fs, self_id);
region_map.load(_fs);