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.
Fork of ESP8266Interface by
Diff: ESP8266Interface.h
- Revision:
- 30:c19f1e61063b
- Parent:
- 26:6e36dd3cec3f
- Child:
- 34:9c26a3dcdc1f
--- a/ESP8266Interface.h Thu Aug 27 14:32:50 2015 +0000 +++ b/ESP8266Interface.h Mon Dec 28 05:39:05 2015 +0000 @@ -60,7 +60,7 @@ class ESP8266Interface : public WiFiInterface { public: - ESP8266Interface(PinName tx, PinName rx); + ESP8266Interface(PinName tx, PinName rx, uint8_t trace = 0); virtual int32_t init(void); virtual int32_t init(const char *ip, const char *mask, const char *gateway); virtual int32_t connect(uint32_t timeout_ms) ;