Skip to content

Commit 22f99f8

Browse files
committed
Do not put the reset pin mode in input mode on end
1 parent 03c9e6f commit 22f99f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utility/spi_drv.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ void SpiDrv::end() {
117117
digitalWrite(SLAVERESET, inverted_reset ? HIGH : LOW);
118118

119119
pinMode(SLAVESELECT, INPUT);
120-
pinMode(SLAVERESET, INPUT);
121120

122121
SPIWIFI.end();
123122

0 commit comments

Comments
 (0)