Skip to content

Commit 51590db

Browse files
committed
Add 10ms delay into wait loop
1 parent a37d350 commit 51590db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utility/spi_drv.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ void SpiDrv::waitForSlaveReady()
224224
WiFi.feedWatchdog();
225225
trigger_time = millis() + 10000;
226226
}
227+
delay(10);
227228
}
228229
}
229230

0 commit comments

Comments
 (0)