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 32bb703 commit 8c49438Copy full SHA for 8c49438
Firmware/RTK_Everywhere/Begin.ino
@@ -324,7 +324,6 @@ void beginBoard()
324
325
// In the fullness of time, pin_Cellular_PWR_ON will (probably) be controlled by the Cellular Library
326
DMW_if systemPrintf("pin_Cellular_PWR_ON: %d\r\n", pin_Cellular_PWR_ON);
327
- digitalWrite(pin_Cellular_PWR_ON, LOW);
328
pinMode(pin_Cellular_PWR_ON, OUTPUT);
329
digitalWrite(pin_Cellular_PWR_ON, LOW);
330
0 commit comments