Also deprecate max_channels

pull/355/head
Ben Meadors 2023-06-07 07:02:35 -05:00
rodzic c7f6576708
commit dc691a1c45
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1062,9 +1062,10 @@ message MyNodeInfo {
bool has_gps = 2;
/*
* Deprecated in 2.1.x
* The maximum number of 'software' channels that can be set on this node.
*/
uint32 max_channels = 3;
uint32 max_channels = 3 [deprecated = true];
/*
* 0.0.5 etc...