From 3ca0b534307d00e3ed56648bc938014d6bc1ec57 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Mon, 14 Feb 2022 19:54:21 -0800 Subject: [PATCH] Removed legacy LegacyRadioConfig and LegacyPreferences --- deviceonly.proto | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/deviceonly.proto b/deviceonly.proto index 7a68534..e24b334 100644 --- a/deviceonly.proto +++ b/deviceonly.proto @@ -10,22 +10,6 @@ import "radioconfig.proto"; option java_outer_classname = "DeviceOnly"; -/* - * This is a stub version of the old 1.1 representation of RadioConfig. - * But only keeping the region info. - * The device firmware uses this stub while migrating old nodes to the new preferences system. - */ -message LegacyRadioConfig { - message LegacyPreferences { - - /* - * The region code for my radio (US, CN, EU433, etc...) - */ - RegionCode region = 15; - } - - LegacyPreferences preferences = 1; -} /* * This message is never sent over the wire, but it is used for serializing DB @@ -41,11 +25,6 @@ message DeviceState { */ reserved 12; - /* - * Moved to its own file, but we keep this here so we can automatically migrate old radio.region settings - */ - LegacyRadioConfig legacyRadio = 1; - /* * Read only settings/info about this node */