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.
Dependencies: DebouncedInterrupt MIDI mbed osc-cnmat BufferedSerial
Revision 2:7997fb939580, committed 2016-02-20
- Comitter:
- casiotone401
- Date:
- Sat Feb 20 01:33:47 2016 +0000
- Parent:
- 1:0a963a78f2bd
- Commit message:
- increase send buffer size
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Feb 14 09:03:47 2016 +0000 +++ b/main.cpp Sat Feb 20 01:33:47 2016 +0000 @@ -45,7 +45,7 @@ #define SCALE_TOTAL 9 -#define SEND_BUFF_SIZE 384 // OSC send buffer size +#define SEND_BUFF_SIZE 1024 // OSC send buffer size #define WAIT_SEND 20 // wait time(ms) for esp8266 transmission complete #define MIDI_CHANNEL 1 // MIDI channel
--- a/mbed.bld Sun Feb 14 09:03:47 2016 +0000 +++ b/mbed.bld Sat Feb 20 01:33:47 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/f141b2784e32 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/252557024ec3 \ No newline at end of file