mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-13 01:59:26 -04:00
Removed potentially dangerous configuration
This commit is contained in:
parent
69ad345ffc
commit
b8e688016d
1 changed files with 1 additions and 1 deletions
2
Power.h
2
Power.h
|
@ -390,7 +390,7 @@ bool init_pmu() {
|
|||
PMU->setPowerChannelVoltage(XPOWERS_ALDO2, 3300);
|
||||
// GPS Voltage
|
||||
PMU->setPowerChannelVoltage(XPOWERS_ALDO3, 3300);
|
||||
PMU->setPowerChannelVoltage(XPOWERS_VBACKUP, 3300);
|
||||
//PMU->setPowerChannelVoltage(XPOWERS_VBACKUP, 3300); // I don't beleive tihs to be proper or safe. - Faragher
|
||||
|
||||
// ESP32 VDD
|
||||
// ! No need to set, automatically open , Don't close it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue