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: Setup.cpp
- Revision:
- 3:fbf3c92f10ee
- Parent:
- 2:ecc0c5c14bc1
- Child:
- 5:665ba017d54e
--- a/Setup.cpp Fri Mar 16 13:05:57 2018 +0000 +++ b/Setup.cpp Fri Mar 16 16:11:17 2018 +0000 @@ -5,11 +5,9 @@ DigitalIn fire(p14); LcdControl lcd; -char tester[] = "192.168.0."; - Setup::Setup() - :tempID("100") + :tempID("100"), partOfIP("192.168.0.") { //Constructor } @@ -76,5 +74,5 @@ char* Setup::convertToIP(int ID) { sprintf(tempID,"%ld",ID); - return strcat(tester,tempID); + return strcat(partOfIP,tempID); } \ No newline at end of file