Raising currentLimit for SX1262

1.2-legacy
Solanaceae 2021-11-30 17:56:19 -07:00
rodzic 59ef28dfa7
commit ab0a06e536
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -87,8 +87,12 @@ class RadioLibInterface : public RadioInterface, protected concurrency::Notified
* for a long time.
*/
const uint8_t syncWord = 0x2b;
float currentLimit = 100; // FIXME
#ifdef USE_SX1262
float currentLimit = 140; //SX1262 higher limit - this should allow for extra current used by the PA at +22dBm.
#else
float currentLimit = 100; // 100mA OCP - Should be acceptable for RFM95/SX127x chipset.
#endif
LockingModule module; // The HW interface to the radio