diff --git a/host_applications/linux/apps/hello_pi/hello_video/fpv_video0.cpp b/host_applications/linux/apps/hello_pi/hello_video/fpv_video0.cpp index 70b881381..168a7f3e4 100644 --- a/host_applications/linux/apps/hello_pi/hello_video/fpv_video0.cpp +++ b/host_applications/linux/apps/hello_pi/hello_video/fpv_video0.cpp @@ -290,7 +290,7 @@ static int video_decode_test(FILE* in) { // X20 auto detection if(!air_unit_discovery_finished){ const int x20_check=check_for_x20(buf->pBuffer,data_len); - if(x20_check==1){ + if(x20_check==0){ // We have an x20 configure_x20(buf); air_unit_discovery_finished= true;