mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-19 09:12:45 +00:00
Turn of 3.3v rail on RAK-4631 on shutdown
This commit is contained in:
@@ -239,7 +239,7 @@ void setup()
|
||||
#ifdef RAK4630
|
||||
// We need to enable 3.3V periphery in order to scan it
|
||||
pinMode(PIN_3V3_EN, OUTPUT);
|
||||
digitalWrite(PIN_3V3_EN, 1);
|
||||
digitalWrite(PIN_3V3_EN, HIGH);
|
||||
#endif
|
||||
|
||||
// Currently only the tbeam has a PMU
|
||||
|
||||
Reference in New Issue
Block a user