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: main.cpp
- Revision:
- 3:fbf3c92f10ee
- Parent:
- 2:ecc0c5c14bc1
- Child:
- 5:665ba017d54e
diff -r ecc0c5c14bc1 -r fbf3c92f10ee main.cpp --- a/main.cpp Fri Mar 16 13:05:57 2018 +0000 +++ b/main.cpp Fri Mar 16 16:11:17 2018 +0000 @@ -17,7 +17,7 @@ IP = setup.convertToIP(ID); if(setup.chooseMode() == 0) { - slave.slaveRun(IP); + slave.slaveRun(IP, ID); } else {