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.
Dependents: Blynk_RBL_BLE_Nano Blynk_MicroBit Blynk_Serial Blynk_RBL_BLE_Nano
Diff: BlynkApiMbed.h
- Revision:
- 14:76d8fd871a4d
- Parent:
- 13:ed6276c0afb7
- Child:
- 15:975b60f7a8ff
--- a/BlynkApiMbed.h Sun Apr 09 14:50:30 2017 +0300
+++ b/BlynkApiMbed.h Tue Jun 20 00:20:01 2017 +0300
@@ -191,7 +191,7 @@
} break;
default:
BLYNK_LOG2(BLYNK_F("Invalid HW cmd: "), cmd);
- static_cast<Proto*>(this)->sendCmd(BLYNK_CMD_RESPONSE, static_cast<Proto*>(this)->currentMsgId, NULL, BLYNK_ILLEGAL_COMMAND);
+ static_cast<Proto*>(this)->sendCmd(BLYNK_CMD_RESPONSE, static_cast<Proto*>(this)->msgIdOutOverride, NULL, BLYNK_ILLEGAL_COMMAND);
}
}