Skip to content

Commit

Permalink
reset the RSSI for each new conv call
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Feb 20, 2024
1 parent 2b05816 commit 761ff94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk-recorder/call_conventional.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ void Call_conventional::restart_call() {
emergency = false;
this->update_talkgroup_display();
recorder->start(this);
recroder->set_rssi(0);
}

time_t Call_conventional::get_start_time() {
Expand Down

0 comments on commit 761ff94

Please sign in to comment.