Skip to content

Commit

Permalink
Merge pull request #123 from msraya/patch-1
Browse files Browse the repository at this point in the history
YSF pictures can go through modem
  • Loading branch information
juribeparada authored Aug 3, 2020
2 parents 5013e19 + 506740b commit 89daa20
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 @@ -25,7 +25,7 @@
const uint8_t SYNC_BIT_START_ERRS = 2U;
const uint8_t SYNC_BIT_RUN_ERRS = 4U;

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

const uint8_t BIT_MASK_TABLE[] = {0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U};

Expand Down

0 comments on commit 89daa20

Please sign in to comment.