sforkowany z mirror/meshtastic-firmware
Merge branch 'master' of https://github.com/meshtastic/Meshtastic-device
commit
8bc4b581d1
|
@ -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
|
||||
|
||||
|
|
|
@ -29,6 +29,8 @@ class SX126xInterface : public RadioLibInterface
|
|||
|
||||
protected:
|
||||
|
||||
float currentLimit = 140; // Higher OCP limit for SX126x PA
|
||||
|
||||
/**
|
||||
* Specific module instance
|
||||
*/
|
||||
|
|
Ładowanie…
Reference in New Issue