mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-03 12:20:43 +00:00
Set emergency shutdown pin as high impedance
Set emergency shutdown pin as high impedance
This commit is contained in:
parent
8cc310c6dd
commit
9cd0f3d3ef
@ -32,6 +32,5 @@ const uint32_t g_ADigitalPinMap[] = {
|
||||
|
||||
void initVariant()
|
||||
{
|
||||
pinMode(BQ4050_EMERGENCY_SHUTDOWN_PIN, OUTPUT);
|
||||
digitalWrite(BQ4050_EMERGENCY_SHUTDOWN_PIN, HIGH);
|
||||
pinMode(BQ4050_EMERGENCY_SHUTDOWN_PIN, INPUT);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user