Deprecate router client

This commit is contained in:
Ben Meadors 2024-06-28 10:06:50 -05:00
parent a3030d5ff1
commit 17a9637530

View file

@ -37,7 +37,9 @@ 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.
*/
[deprecated = true]
ROUTER_CLIENT = 3;
/*