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

Deprecate router client
This commit is contained in:
Ben Meadors 2024-06-28 10:32:47 -05:00 committed by GitHub
commit 57ddb288e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.