mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-08-07 22:12:14 -04:00
Data carrier detection
This commit is contained in:
parent
978800aaf9
commit
be98b0d7f7
4 changed files with 92 additions and 10 deletions
1
LoRa.h
1
LoRa.h
|
@ -54,6 +54,7 @@ public:
|
|||
void setCodingRate4(int denominator);
|
||||
void setPreambleLength(long length);
|
||||
void setSyncWord(int sw);
|
||||
uint8_t modemStatus();
|
||||
void enableCrc();
|
||||
void disableCrc();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue