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: mbed MbedJSONValue
Diff: main.cpp
- Revision:
- 9:e893fa820315
- Parent:
- 8:5f6b8bffe9b9
- Child:
- 10:e4e3f5af6b0a
--- a/main.cpp Thu Jul 12 10:11:04 2018 +0000
+++ b/main.cpp Wed Aug 22 12:57:38 2018 +0000
@@ -526,7 +526,7 @@
autoFlag=0;
// update controls
switchPacket();
- } else if (targetName == "dsp") {
+ } else if ((targetName == "dsp") || (targetName == "dspParam")) {
// send msg to dsp
dsp.printf("json:%s", json);
#ifdef DEBUG_MOD2