Extend preamble length for network CSBK preamble

This commit is contained in:
Andy CA6JAU
2018-09-23 11:11:44 -03:00
parent 9d2d4c804e
commit 3e81d1eb64
3 changed files with 38 additions and 1 deletions

View File

@@ -57,6 +57,8 @@ public:
bool getDataContent() const;
unsigned char getCBF() const;
void setCBF(unsigned char cbf);
private:
unsigned char* m_data;
CSBKO m_CSBKO;