Skip to content

Commit 8c49438

Browse files
committed
Fix "IO 26 is not set as GPIO"
1 parent 32bb703 commit 8c49438

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Firmware/RTK_Everywhere/Begin.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ void beginBoard()
324324

325325
// In the fullness of time, pin_Cellular_PWR_ON will (probably) be controlled by the Cellular Library
326326
DMW_if systemPrintf("pin_Cellular_PWR_ON: %d\r\n", pin_Cellular_PWR_ON);
327-
digitalWrite(pin_Cellular_PWR_ON, LOW);
328327
pinMode(pin_Cellular_PWR_ON, OUTPUT);
329328
digitalWrite(pin_Cellular_PWR_ON, LOW);
330329

0 commit comments

Comments
 (0)