Update SX1278.h
This commit is contained in:
parent
759fe38215
commit
e33ebe89cb
1 changed files with 7 additions and 0 deletions
|
@ -259,6 +259,13 @@ class SX1278: public SX127x {
|
||||||
*/
|
*/
|
||||||
int16_t setCRC(bool enableCRC);
|
int16_t setCRC(bool enableCRC);
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\brief Check if payload includes CRC and thus CRC is enabled in explicit header mode
|
||||||
|
|
||||||
|
\returns 1 if payload includes CRC and CRC is enabled, otherwise 0
|
||||||
|
*/
|
||||||
|
uint8_t crcOnPayload();
|
||||||
|
|
||||||
#ifndef RADIOLIB_GODMODE
|
#ifndef RADIOLIB_GODMODE
|
||||||
protected:
|
protected:
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue