mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 19:07:26 +00:00
target does not use the powerrail
This commit is contained in:
@@ -38,8 +38,4 @@ void initVariant()
|
|||||||
|
|
||||||
pinMode(PIN_LED2, OUTPUT);
|
pinMode(PIN_LED2, OUTPUT);
|
||||||
ledOff(PIN_LED2);
|
ledOff(PIN_LED2);
|
||||||
|
|
||||||
// 3V3 Power Rail
|
|
||||||
pinMode(PIN_3V3_EN, OUTPUT);
|
|
||||||
digitalWrite(PIN_3V3_EN, HIGH);
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user