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 mbed-rtos mbed uniqueCPUID
Fork of bcsdk by
Diff: Client.cpp
- Revision:
- 15:7b56d49392be
- Parent:
- 14:59412fcf8fa2
diff -r 59412fcf8fa2 -r 7b56d49392be Client.cpp
--- a/Client.cpp Wed May 23 02:40:40 2018 +0000
+++ b/Client.cpp Sun Jun 03 07:55:20 2018 +0000
@@ -7,10 +7,10 @@
Client::Client()
{
- m_strIP = "49.76.122.41";
+ //m_strIP = "49.76.122.41";
string strDomain = "hengwell.asuscomm.com";
getipbydomain(strDomain);
- //m_strIP = strDomain;
+ m_strIP = strDomain;
m_sPort = 26990;
m_url = "/info";
m_host = "rest-beta.sdchain.io";
