Increase OCP limit
This commit is contained in:
10
Boards.h
10
Boards.h
@@ -366,8 +366,8 @@
|
||||
#define HAS_INPUT true
|
||||
#define HAS_TCXO true
|
||||
#define MODEM SX1262
|
||||
#define DIO2_AS_RF_SWITCH true
|
||||
#define HAS_RF_SWITCH_RX_TX false
|
||||
#define DIO2_AS_RF_SWITCH false
|
||||
#define HAS_RF_SWITCH_RX_TX true
|
||||
const int pin_cs = 5;
|
||||
const int pin_sclk = 18;
|
||||
const int pin_miso = 19;
|
||||
@@ -375,8 +375,8 @@
|
||||
const int pin_busy = 32;
|
||||
const int pin_reset = 25;
|
||||
const int pin_dio = 33;
|
||||
const int pin_txen = 16;
|
||||
const int pin_rxen = 17;
|
||||
const int pin_rxen = 16;
|
||||
const int pin_txen = 17;
|
||||
const int pin_tcxo_enable = -1;
|
||||
|
||||
const int pin_btn_usr1 = 39;
|
||||
@@ -1138,7 +1138,7 @@
|
||||
// Default OCP value if not specified
|
||||
// in board configuration
|
||||
#ifndef OCP_TUNED
|
||||
#define OCP_TUNED 0x18
|
||||
#define OCP_TUNED 0x38
|
||||
#endif
|
||||
|
||||
#ifndef NP_M
|
||||
|
||||
Reference in New Issue
Block a user