Skip to content

Commit

Permalink
Merge pull request #648 from OpenHD/consti-dev
Browse files Browse the repository at this point in the history
more verbose user text
  • Loading branch information
Consti10 authored Dec 18, 2023
2 parents c911fe3 + d65079c commit d6b7996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/telemetry/models/camerastreammodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ QString CameraStreamModel::camera_type_to_string(int camera_type)
QString CameraStreamModel::camera_status_to_string(int camera_status)
{
if(camera_status<0)return "N/A";
if(camera_status==0)return "X";
if(camera_status==0)return "unknown";
if(camera_status==1)return "streaming";
if(camera_status==2)return "restarting";
return "ERROR";
Expand Down

0 comments on commit d6b7996

Please sign in to comment.