diff --git a/mesh.proto b/mesh.proto index 58561b6..e71b603 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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... */