Arkadi Rafalovich / Mbed 2 deprecated TAU_ReSpeaker_Switch_V02

Dependencies:   mbed MbedJSONValue

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