Merge pull request #94 from mc-hamster/Radio&Band-Refactor

Removed LegacyRadioConfig and LegacyPreferences
pull/95/head^2
Jm Casler 2022-02-14 19:55:03 -08:00 zatwierdzone przez GitHub
commit 35f102f0a5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 21 usunięć

Wyświetl plik

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