Remove deprecated region field

This commit is contained in:
Sacha Weatherstone 2022-05-11 18:29:20 +10:00
parent 0277a6dd4f
commit 765506bc23

View file

@ -1045,17 +1045,6 @@ message MyNodeInfo {
*/
uint32 max_channels = 15;
/*
* Deprecated! ONLY USED IN DEVICE CODE (for upgrading old 1.0 firmwares) DO NOT READ ELSEWHERE.
* The region code for my radio (US, CN, etc...)
* Note: This string is deprecated.
* The 1.0 builds populate it based on the flashed firmware name.
* But for newer builds this string will be unpopulated (missing/null).
* For those builds you should instead look at the new read/write region enum in UserSettings
* The format of this string was 1.0-US or 1.0-CN etc.. Or empty string if unset.
*/
string region = 4 [deprecated = true];
/*
* 0.0.5 etc...
*/