Skip to content

Commit

Permalink
Merge pull request #29 from AntonioShen/audio
Browse files Browse the repository at this point in the history
fix bug with unknown readings
  • Loading branch information
xingbpshen authored Dec 17, 2022
2 parents 5e6e8fd + a0ac941 commit 5d96a8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VnaviApp/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,8 @@ class App extends Component {
this.setState({ unknownReadings: this.state.unknownReadings + 1 });
}
return;
} else {
this.setState({ unknownReadings: 0 });
}

if (this.state.phase == "Searching") {
Expand Down

0 comments on commit 5d96a8d

Please sign in to comment.