try nodelay on loop

This commit is contained in:
2024-02-01 22:15:20 -06:00
parent 36cdb91f68
commit 27d04ab9ab
2 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ void loop() {
// as all local functions count from 0
//delay(0);
Serial.println("Got valid packet of size " + String(size) + " at " + String(millis()/1000.0));
delayMicroseconds(5000);
//delayMicroseconds(1000);
nopackets = 0;
}
else {