Merge pull request #51 from qaxi/master

Wrong delayTime in 500KHz menu
This commit is contained in:
gillham
2021-12-20 15:14:22 -06:00
committed by GitHub

View File

@@ -471,7 +471,7 @@ void loop()
* This runs a sample capture at 500KHz. * This runs a sample capture at 500KHz.
* delayTime = 2ms for 500KHz. * delayTime = 2ms for 500KHz.
*/ */
delayTime = 1; delayTime = 2;
captureMicro(); captureMicro();
Serial.println(""); Serial.println("");
Serial.println("500KHz capture done."); Serial.println("500KHz capture done.");