sforkowany z mirror/meshtastic-firmware
Merge branch 'master' of https://github.com/meshtastic/Meshtastic-device
commit
8bc4b581d1
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Ładowanie…
Reference in New Issue