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: MbedSmartRestMain MbedSmartRestMain
Fork of MbedSmartRest by
Diff: MbedSmartRest.cpp
- Revision:
- 6:cd7ba1ddb664
- Parent:
- 2:45a6e44a4fb4
- Child:
- 17:b3a4b4bdfc59
--- a/MbedSmartRest.cpp Thu Jul 10 16:20:31 2014 +0200
+++ b/MbedSmartRest.cpp Mon Jul 28 12:11:02 2014 +0200
@@ -28,8 +28,8 @@
#include "MbedSmartRest.h"
-MbedSmartRest::MbedSmartRest(const char* host, uint16_t port, const char* identifier) :
+MbedSmartRest::MbedSmartRest(const char* host, uint16_t port, const char* identifier, uint8_t tries) :
SmartRest(_client, identifier),
- _client(host, port)
+ _client(host, port, tries)
{
}
