Removed legacy LegacyRadioConfig and LegacyPreferences

This commit is contained in:
Jm Casler 2022-02-14 19:54:21 -08:00
parent e6ea3fdc79
commit 3ca0b53430

View file

@ -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
*/