(252fe74d53)

The argument `currentLimit` was removed from the `begin` method:
e1141ca64c (diff-507c32190e4a29ffe411c8eab06c75b594c5d2a5fd92e5cb703b787e5f019589L568)
This commit is contained in:
Vladislav Osmanov
2021-09-02 02:28:19 +03:00
parent 8a7a3ec668
commit fe3afaab3d
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ bool SX1262Interface::init()
limitPower();
int res = lora.begin(freq, bw, sf, cr, syncWord, power, currentLimit, preambleLength, tcxoVoltage, useRegulatorLDO);
int res = lora.begin(freq, bw, sf, cr, syncWord, power, preambleLength, tcxoVoltage, useRegulatorLDO);
DEBUG_MSG("SX1262 init result %d\n", res);
#ifdef SX1262_TXEN