Updated comments and one delay

This commit is contained in:
dario
2024-05-15 13:06:20 +02:00
parent d88de338e9
commit 0c749626eb
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ namespace sta
uint8_t W25Qxx::init()
{
powerDown();
delay_(3);
delay_(5);
if (!releasePowerDown())
{