We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d2615 commit 6d44754Copy full SHA for 6d44754
app/power/power.cpp
@@ -87,7 +87,7 @@ static void portenta_power_init() {
87
data[1]=0x0;
88
i2c.write(8 << 1, data, sizeof(data));
89
90
- // SW2 turn off before config (SW2_VOLT_CTRL)
+ // SW2 turn off before config (turned on by OTP settings) (SW2_CTRL)
91
data[0]=0x3B;
92
93
0 commit comments