Skip to content

Commit

Permalink
feat(bw): Auto expand sensor list when discovering sensors (#3828)
Browse files Browse the repository at this point in the history
  • Loading branch information
3djc authored Jul 23, 2023
1 parent 0cefb70 commit 5386fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions radio/src/gui/128x64/model_telemetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ void menuModelTelemetry(event_t event)
if (attr && event==EVT_KEY_BREAK(KEY_ENTER)) {
s_editMode = 0;
allowNewSensors = !allowNewSensors;
telemExpandState.sensors = true;
}
break;

Expand Down
1 change: 1 addition & 0 deletions radio/src/gui/212x64/model_telemetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ void menuModelTelemetry(event_t event)
if (attr && event==EVT_KEY_BREAK(KEY_ENTER)) {
s_editMode = 0;
allowNewSensors = !allowNewSensors;
telemExpandState.sensors = true;
}
break;

Expand Down

0 comments on commit 5386fe9

Please sign in to comment.