Get rid of lmic_pins

This commit is contained in:
Manuel Bl
2019-10-06 21:49:25 +02:00
parent 1e1cadf400
commit d7d4a40c4f
4 changed files with 73 additions and 67 deletions

View File

@ -216,6 +216,17 @@ public:
*/
bool isProvisioned();
/**
* @brief Sets the RSSI calibration value for LBT (Listen Before Talk).
*
* This value is added to RSSI measured prior to decision. It must include the guardband.
* Ignored in US, EU, IN and other countries where LBT is not required.
* Default to 10 dB.
*
* @param rssiCal RSSI calibration value, in dB
*/
void setRSSICal(int8_t rssiCal);
private:
TTNMessageCallback messageCallback;