Skip to content

Commit

Permalink
add slowdown for data request
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarecrash committed Oct 7, 2023
1 parent b58cde1 commit e31b41b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ bool epWorker()
ReqDevAddr = 1;
else
ReqDevAddr++;
slowDownTimer = millis();
return true;
}

Expand Down

0 comments on commit e31b41b

Please sign in to comment.