Skip to content

Commit

Permalink
Update YSFRX.cpp
Browse files Browse the repository at this point in the history
Lower MAX_SYNC_FRAMES to 2, so decoder can recover and Yaesu pictures can pass through the modem without problem.
  • Loading branch information
msraya committed Aug 3, 2020
1 parent a60ecb3 commit 823b91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSFRX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const uint8_t NOAVEPTR = 99U;

const uint16_t NOENDPTR = 9999U;

const unsigned int MAX_SYNC_FRAMES = 4U + 1U;
const unsigned int MAX_SYNC_FRAMES = 1U + 1U;

CYSFRX::CYSFRX() :
m_state(YSFRXS_NONE),
Expand Down

0 comments on commit 823b91c

Please sign in to comment.