You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-07-12 09:21:40 +03:00
sx127x 20dBm support (#153)
This commit is contained in:
committed by
Sandeep Mistry
parent
4db4095f92
commit
884769e206
@ -66,6 +66,7 @@ public:
|
||||
void setSyncWord(int sw);
|
||||
void enableCrc();
|
||||
void disableCrc();
|
||||
void setOCP(uint8_t mA); // Over Current Protection control
|
||||
|
||||
// deprecated
|
||||
void crc() { enableCrc(); }
|
||||
|
Reference in New Issue
Block a user