Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ui.cpp
- Branch:
- envelope
- Revision:
- 11:bb86ffb378f4
- Parent:
- 10:a49cdab3810f
- Child:
- 12:2e1b1b1726fa
--- a/ui.cpp Fri Jan 05 06:52:00 2018 +0000
+++ b/ui.cpp Fri Jan 05 08:06:13 2018 +0000
@@ -170,7 +170,7 @@
case 'R': // record
recordTime = dataArray[1];
recordTime *= Fs;
- waitTime = 1.0/Fs-0.00048-1/(BAUD/8/10);
+ waitTime = 1.0/Fs-0.00052-1/(BAUD/8/10);
n = 0;
if(waitTime < 0) waitTime = 0;
isRecording = true;