diff --git a/src/mesh/RadioLibInterface.h b/src/mesh/RadioLibInterface.h index cd46968ce..54d9e6744 100644 --- a/src/mesh/RadioLibInterface.h +++ b/src/mesh/RadioLibInterface.h @@ -87,8 +87,8 @@ class RadioLibInterface : public RadioInterface, protected concurrency::Notified * for a long time. */ const uint8_t syncWord = 0x2b; - - float currentLimit = 100; // FIXME + + float currentLimit = 100; // 100mA OCP - Should be acceptable for RFM95/SX127x chipset. LockingModule module; // The HW interface to the radio diff --git a/src/mesh/SX126xInterface.h b/src/mesh/SX126xInterface.h index 1b4a10048..953f89070 100644 --- a/src/mesh/SX126xInterface.h +++ b/src/mesh/SX126xInterface.h @@ -29,6 +29,8 @@ class SX126xInterface : public RadioLibInterface protected: + float currentLimit = 140; // Higher OCP limit for SX126x PA + /** * Specific module instance */