Skip to content

Commit

Permalink
Merge pull request #296 from msraya/patch-1
Browse files Browse the repository at this point in the history
YSF pictures can go through modem
  • Loading branch information
g4klx committed Aug 3, 2020
2 parents a60ecb3 + 823b91c commit fb85505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSFRX.cpp
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 fb85505

Please sign in to comment.