Removed default stream

This commit is contained in:
Sara Damiano
2018-09-12 17:41:16 -04:00
parent 9997d61bed
commit 84811fb9d5
7 changed files with 0 additions and 28 deletions

View File

@@ -193,11 +193,7 @@ public:
public:
#ifdef GSM_DEFAULT_STREAM
TinyGsmESP8266(Stream& stream = GSM_DEFAULT_STREAM)
#else
TinyGsmESP8266(Stream& stream)
#endif
: stream(stream)
{
memset(sockets, 0, sizeof(sockets));