1
0
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:
Evgeny Dontsov
2018-08-07 02:23:53 +03:00
committed by Sandeep Mistry
parent 4db4095f92
commit 884769e206
3 changed files with 35 additions and 5 deletions

View File

@ -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(); }