Jm Casler 2021-12-02 22:54:22 -08:00
commit 8bc4b581d1
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -88,7 +88,7 @@ class RadioLibInterface : public RadioInterface, protected concurrency::Notified
*/ */
const uint8_t syncWord = 0x2b; 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 LockingModule module; // The HW interface to the radio

Wyświetl plik

@ -29,6 +29,8 @@ class SX126xInterface : public RadioLibInterface
protected: protected:
float currentLimit = 140; // Higher OCP limit for SX126x PA
/** /**
* Specific module instance * Specific module instance
*/ */