Skip to content

Commit

Permalink
Merge branch 'master' of github.com:QuantumEntangledAndy/neolink
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed Apr 26, 2024
2 parents 7e407c4 + d96f637 commit bd2adf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/camthread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl NeoCamThread {
},
Err(_) => {
// Timeout
if missed_pings > 5 {
if missed_pings < 5 {
missed_pings += 1;
continue;
} else {
Expand Down

0 comments on commit bd2adf8

Please sign in to comment.