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: EthernetInterface LM75B mbed-rtos mbed
Diff: Slave.cpp
- Revision:
- 2:ecc0c5c14bc1
- Parent:
- 1:db9b9bec0133
- Child:
- 3:fbf3c92f10ee
--- a/Slave.cpp Wed Mar 14 14:38:43 2018 +0000 +++ b/Slave.cpp Fri Mar 16 13:05:57 2018 +0000 @@ -52,7 +52,8 @@ { getRequest(action); } - else if(strcmp(command, "PUT") == 0) + else + if(strcmp(command, "PUT") == 0) { putRequest(action); }