Skip to content

Commit

Permalink
keep device settings backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksville committed Mar 3, 2021
1 parent 7de496f commit 741d59f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deviceonly.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ option java_outer_classname = "DeviceOnly";
* the receive queue and use the preferences store for the other stuff
*/
message DeviceState {

// Was secondary_channels before 1.2
reserved 12;

RadioConfig radio = 1;

/*
Expand Down Expand Up @@ -64,5 +68,5 @@ message DeviceState {
/*
* The channels our node knows about
*/
repeated Channel channels = 12;
repeated Channel channels = 13;
}

0 comments on commit 741d59f

Please sign in to comment.