mirror of https://github.com/g4klx/MMDVM.git
Merge pull request #296 from msraya/patch-1
YSF pictures can go through modem
This commit is contained in:
commit
fb85505433
|
@ -36,7 +36,7 @@ const uint8_t NOAVEPTR = 99U;
|
||||||
|
|
||||||
const uint16_t NOENDPTR = 9999U;
|
const uint16_t NOENDPTR = 9999U;
|
||||||
|
|
||||||
const unsigned int MAX_SYNC_FRAMES = 4U + 1U;
|
const unsigned int MAX_SYNC_FRAMES = 1U + 1U;
|
||||||
|
|
||||||
CYSFRX::CYSFRX() :
|
CYSFRX::CYSFRX() :
|
||||||
m_state(YSFRXS_NONE),
|
m_state(YSFRXS_NONE),
|
||||||
|
|
Loading…
Reference in New Issue