From 765506bc23436d9e716e47e36bddb2c007863e96 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Wed, 11 May 2022 18:29:20 +1000 Subject: [PATCH] Remove deprecated region field --- mesh.proto | 11 ----------- 1 file changed, 11 deletions(-) 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... */