Merge pull request #528 from meshtastic/deprecate-router-client

Deprecate router client
pull/529/head
Ben Meadors 2024-06-28 10:32:47 -05:00 zatwierdzone przez GitHub
commit 57ddb288e8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -37,8 +37,10 @@ message Config {
/*
* Description: Combination of both ROUTER and CLIENT. Not for mobile devices.
* Deprecated in v2.3.15 because improper usage is impacting public meshes: Use ROUTER or CLIENT instead.
*/
ROUTER_CLIENT = 3;
ROUTER_CLIENT = 3 [deprecated = true];
/*
* Description: Infrastructure node for extending network coverage by relaying messages with minimal overhead. Not visible in Nodes list.