Update SX1278.h
This commit is contained in:
parent
68ff3df2f3
commit
34028c0f8b
1 changed files with 2 additions and 2 deletions
|
@ -259,12 +259,12 @@ class SX1278: public SX127x {
|
|||
*/
|
||||
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();
|
||||
uint8_t crcOnPayload();
|
||||
|
||||
#ifndef RADIOLIB_GODMODE
|
||||
protected:
|
||||
|
|
Loading…
Add table
Reference in a new issue