mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-03 19:29:57 +00:00
Raising currentLimit for SX1262
This commit is contained in:
parent
59ef28dfa7
commit
ab0a06e536
@ -88,7 +88,11 @@ class RadioLibInterface : public RadioInterface, protected concurrency::Notified
|
|||||||
*/
|
*/
|
||||||
const uint8_t syncWord = 0x2b;
|
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
|
LockingModule module; // The HW interface to the radio
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user