We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e538930 commit 663b71dCopy full SHA for 663b71d
variants/mkrgsm1400/variant.cpp
@@ -195,7 +195,7 @@ static inline void set_voltage_current_thresholds() {
195
196
PERIPH_WIRE.startTransmissionWIRE( PMIC_ADDRESS, WIRE_WRITE_FLAG );
197
PERIPH_WIRE.sendDataMasterWIRE(PMIC_REG00);
198
- PERIPH_WIRE.sendDataMasterWIRE(0x06); // input voltage limit = 3.88V, input current limit = 2A
+ PERIPH_WIRE.sendDataMasterWIRE(0x07); // input voltage limit = 3.88V, input current limit = 3A
199
PERIPH_WIRE.prepareCommandBitsWire(WIRE_MASTER_ACT_STOP);
200
201
PERIPH_WIRE.disableWIRE();
0 commit comments