kopia lustrzana https://github.com/meshtastic/protobufs
keep device settings backwards compatible
rodzic
7de496ffe9
commit
741d59faea
|
@ -17,6 +17,10 @@ option java_outer_classname = "DeviceOnly";
|
||||||
* the receive queue and use the preferences store for the other stuff
|
* the receive queue and use the preferences store for the other stuff
|
||||||
*/
|
*/
|
||||||
message DeviceState {
|
message DeviceState {
|
||||||
|
|
||||||
|
// Was secondary_channels before 1.2
|
||||||
|
reserved 12;
|
||||||
|
|
||||||
RadioConfig radio = 1;
|
RadioConfig radio = 1;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -64,5 +68,5 @@ message DeviceState {
|
||||||
/*
|
/*
|
||||||
* The channels our node knows about
|
* The channels our node knows about
|
||||||
*/
|
*/
|
||||||
repeated Channel channels = 12;
|
repeated Channel channels = 13;
|
||||||
}
|
}
|
Ładowanie…
Reference in New Issue