Add show overlaps in public keys of repeaters functionality and localization support

This commit is contained in:
Winston Lowe
2026-02-22 16:00:51 -08:00
parent cac0cc15eb
commit c81c3efe7c
37 changed files with 242 additions and 77 deletions
+4
View File
@@ -5196,6 +5196,10 @@ class MeshCoreConnector extends ChangeNotifier {
markChannelRead(channelIndex);
notifyListeners();
}
void deleteAllPaths() {
_pathHistoryService?.clearAllHistories();
}
}
const int _phRouteMask = 0x03;