Skip to content

Commit

Permalink
Delay to reduce load on SD
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Jan 5, 2025
1 parent ff681dc commit dd5375c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ size_t c_WebMgr::GetFseqFileListChunk(uint8_t *buffer, size_t maxlen, size_t ind
{
logcon(F("ERROR: Could not open List of Fseq files for reading"));
response = FileMgr.GetDefaultFseqFileList(buffer, maxlen);
delay(500);
FileMgr.BuildFseqList();

break;
Expand Down

0 comments on commit dd5375c

Please sign in to comment.